Skip to content

Commit 1295031

Browse files
authored
Polished list of vulnerabilities on "README"
1 parent 6514942 commit 1295031

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Departamento de Electrónica, Telecomunicações e Informática - Universidade de Aveiro
66

7-
**Professor:** João Paulo Barraca
7+
**Teacher:** João Paulo Barraca
88

99
## Table of contents:
1010
1. [About](#about)
@@ -37,18 +37,19 @@ The web server will, then, be running on localhost:80.
3737

3838
### Vulnerabilities
3939

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
5253

5354
### Authors
5455

0 commit comments

Comments
 (0)