-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Html injection #372
Html injection #372
Conversation
FROM: P1 - Automotive Security Misconfiguration - Infotainment, Radio Head Unit - PII Leakage TO: P1 - Automotive Security Misconfiguration - Infotainment, Radio Head Unit - Sensitive data Leakage/Exposure Varies - Sensitive Data Exposure - Disclosure of Secrets - PII Leakage/Exposure
Adding HTTP Request Smuggling as a new VRT entry.
Adding Failure to invalidate session on permission change as a new VRT entry.
REMOVE: P4 - Cross-Site Scripting (XSS) - IE-Only - IE11 FROM: P5 - Cross-Site Scripting (XSS) - IE-Only - Older Version (< IE11) TO: P5 - Cross-Site Scripting (XSS) - IE-Only
Adding LDAP Injection as a new VRT entry.
Adding the category below to VRT: P5 - Server-Side Injection - Content Spoofing - HTML Content Injection
merged into the intermadiate branch. |
* Added new HTML Content Injection template, as per VRT update #372 - bugcrowd/vulnerability-rating-taxonomy#372 * Updated server_side_injection.content_spoofing guidance file as it was referring to the incorrect vulnerability type
|
"children": [ | ||
{ | ||
"id": "disclosure_of_secrets", |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Id
@@ -227,48 +231,54 @@ | |||
} | |||
] | |||
}, | |||
{ | |||
"id": "sensitive_data_exposure", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"id": "sensitive_data_exposure", | |
"id": "sensitive_data_exposure", |
@@ -297,6 +301,10 @@ | |||
"id": "flash_based_external_authentication_injection", | |||
"cvss_v3": "AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:N" | |||
}, | |||
{ | |||
"id": "html_content_injection", | |||
"cvss_v3": "AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"cvss_v3": "AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N" | |
"cvss_v3": "AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N" |
@@ -10,6 +10,10 @@ | |||
"id": "unsafe_cross_origin_resource_sharing", | |||
"cvss_v3": "AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N" | |||
}, | |||
{ | |||
"id": "request_smuggling", | |||
"cvss_v3": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"cvss_v3": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" | |
"cvss_v3": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" |
"id": "exif_geolocation_data_not_stripped_from_uploaded_images", | ||
"cwe": ["CWE-200"] | ||
}, | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Id
}, | ||
{ | ||
"id": "disclosure_of_known_public_information", | ||
"id": "pii_leakage_exposure", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"id": "pii_leakage_exposure", | |
"id": "pii_leakage_exposure", |
Adding the category below to VRT:
P5 - Server-Side Injection - Content Spoofing - HTML Content Injection