|
4 | 4 |
|
5 | 5 | Departamento de Electrónica, Telecomunicações e Informática - Universidade de Aveiro |
6 | 6 |
|
7 | | -**Professor:** João Paulo Barraca |
| 7 | +**Teacher:** João Paulo Barraca |
8 | 8 |
|
9 | 9 | ## Table of contents: |
10 | 10 | 1. [About](#about) |
@@ -37,18 +37,19 @@ The web server will, then, be running on localhost:80. |
37 | 37 |
|
38 | 38 | ### Vulnerabilities |
39 | 39 |
|
40 | | -- [x] [CWE-79](https://cwe.mitre.org/data/definitions/79.html) - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') |
41 | | -- [x] [CWE-89](https://cwe.mitre.org/data/definitions/89.html) - Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') |
42 | | -- [x] [CWE-200](https://cwe.mitre.org/data/definitions/200.html) - Exposure of Sensitive Information to an Unauthorized Actor |
43 | | -- [x] [CWE-256](https://cwe.mitre.org/data/definitions/256.html) - Plaintext Storage of a Password & [CWE-311](https://cwe.mitre.org/data/definitions/311.html) - Missing Encryption of Sensitive Data & [CWE-522](https://cwe.mitre.org/data/definitions/522.html) - Insufficiently Protected Credentials |
44 | | -- [x] [CWE-306](https://cwe.mitre.org/data/definitions/306.html) - Missing Authentication for Critical Function |
45 | | -- [x] [CWE-434](https://cwe.mitre.org/data/definitions/434.html) - Unrestricted Upload of File with Dangerous Type |
46 | | -- [x] [CWE-451](https://cwe.mitre.org/data/definitions/451.html) - User Interface (UI) Misrepresentation of Critical Information |
47 | | -- [x] [CWE-532](https://cwe.mitre.org/data/definitions/532.html) - Insertion of Sensitive Information into Log File |
48 | | -- [x] [CWE-549](https://cwe.mitre.org/data/definitions/549.html) - Missing Password Field Masking |
49 | | -- [x] [CWE-552](https://cwe.mitre.org/data/definitions/552.html) - Files or Directories Accessible to External Parties |
50 | | -- [x] [CWE-799](https://cwe.mitre.org/data/definitions/799.html) - Improper Control of Interaction Frequency |
51 | | -- [x] [CWE-862](https://cwe.mitre.org/data/definitions/862.html) - Missing Authorization |
| 40 | +- [CWE-79](https://cwe.mitre.org/data/definitions/79.html) - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') |
| 41 | +- [CWE-89](https://cwe.mitre.org/data/definitions/89.html) - Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') |
| 42 | +- [CWE-200](https://cwe.mitre.org/data/definitions/200.html) - Exposure of Sensitive Information to an Unauthorized Actor |
| 43 | +- [CWE-256](https://cwe.mitre.org/data/definitions/256.html) - Plaintext Storage of a Password & [CWE-311](https://cwe.mitre.org/data/definitions/311.html) - Missing Encryption of Sensitive Data |
| 44 | +- [CWE-306](https://cwe.mitre.org/data/definitions/306.html) - Missing Authentication for Critical Function |
| 45 | +- [CWE-425](https://cwe.mitre.org/data/definitions/425.html) - Direct Request ('Forced Browsing') & [CWE-288](https://cwe.mitre.org/data/definitions/288.html) - Authentication Bypass Using an Alternate Path or Channel |
| 46 | +- [CWE-434](https://cwe.mitre.org/data/definitions/434.html) - Unrestricted Upload of File with Dangerous Type & [CWE-20](https://cwe.mitre.org/data/definitions/20.html) - Improper Input Validation |
| 47 | +- [CWE-472](https://cwe.mitre.org/data/definitions/472.html) - External Control of Assumed-Immutable Web Parameter |
| 48 | +- [CWE-532](https://cwe.mitre.org/data/definitions/532.html) - Insertion of Sensitive Information into Log File |
| 49 | +- [CWE-549](https://cwe.mitre.org/data/definitions/549.html) - Missing Password Field Masking |
| 50 | +- [CWE-552](https://cwe.mitre.org/data/definitions/552.html) - Files or Directories Accessible to External Parties |
| 51 | +- [CWE-799](https://cwe.mitre.org/data/definitions/799.html) - Improper Control of Interaction Frequency & [CWE-307](https://cwe.mitre.org/data/definitions/307.html) - Improper Restriction of Excessive Authentication Attempts |
| 52 | +- [CWE-862](https://cwe.mitre.org/data/definitions/862.html) - Missing Authorization & [CWE-522](https://cwe.mitre.org/data/definitions/522.html) - Insufficiently Protected Credentials |
52 | 53 |
|
53 | 54 | ### Authors |
54 | 55 |
|
|
0 commit comments