-
Notifications
You must be signed in to change notification settings - Fork 105
Add Cryptographic Weakness Category #352
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
Conversation
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.
Picked up one local path that should be removed or updated to a public resource.
Approved to be moved into intermediate branch. |
Depreciating the Broken Cryptography category and adding Cryptographic Weakness category in its place. As per the VRT update in 352 - bugcrowd/vulnerability-rating-taxonomy#352
As per the VRT update in 352 - bugcrowd/vulnerability-rating-taxonomy#352
As per the VRT update in 352 - bugcrowd/vulnerability-rating-taxonomy#352
...subcategory and variants As per the VRT update in 352 - bugcrowd/vulnerability-rating-taxonomy#352
...subcategory and variants. As per the VRT update in 352 - bugcrowd/vulnerability-rating-taxonomy#352
...subcategory and variants. As per the VRT update in 352 - bugcrowd/vulnerability-rating-taxonomy#352
...subcategory and variants. As per the VRT update in 352 - bugcrowd/vulnerability-rating-taxonomy#352
As per the VRT update in 352 - bugcrowd/vulnerability-rating-taxonomy#352
As per the VRT update in 352 - bugcrowd/vulnerability-rating-taxonomy#352
As per the VRT update in 352 - bugcrowd/vulnerability-rating-taxonomy#352
As per the VRT update in 352 - bugcrowd/vulnerability-rating-taxonomy#352
As per the VRT update in 352 - bugcrowd/vulnerability-rating-taxonomy#352
* Updating the SSRF category * Revert "Updating the SSRF category" This reverts commit 785bd8b. * Update SSRF classification from `Broken Access Control` to `Server Security Misconfiguration` * Update SSRF mappings in CVSS V3, CWE, and Remediation Advice files * Refactor SSRF category and split `External` variant into `GET Request Only` and `DNS Query Only` * Update CVSS V3 mapping to include the updated mappings for the `External` SSRF variant * PII-leakage-update 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 * Update secure-code-warrior-links.json * Update remediation_advice.json * Update remediation_advice.json * Update cwe.json * Update cwe.json * Update cwe.json * Update cwe.json * Update cwe.json * Update cwe.json * Update cwe.json * Update remediation_advice.json * HTTP Request Smuggling Adding HTTP Request Smuggling as a new VRT entry. * Update remediation_advice.json * Update cvss_v3.json * Failure to invalidate session on permission change Adding Failure to invalidate session on permission change as a new VRT entry. * Update cwe.json * Update cwe.json * Update remediation_advice.json * Update cwe.json * Deprecation of XSS on IE11 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 * Update remediation_advice.json * LDAP Injection Adding LDAP Injection as a new VRT entry. * Update cwe.json * Update remediation_advice.json * Update cvss_v3.json * HTML-Injection Adding the category below to VRT: P5 - Server-Side Injection - Content Spoofing - HTML Content Injection * SSRF External Low Impact * new IDOR variants new IDOR variants * LDAP Injection (#367) * Update vulnerability-rating-taxonomy.json * Update cvss_v3.json * Update cvss_v3.json * New Changes LDAP Injection * Cryptographic Weakness Category #352 * New changes Cryptographic Weakness category * json parse error fix (#380) * hyphens to underscores in vrt items * Update remediation_advice.json * Update remediation_advice.json --------- Co-authored-by: Amal Murali <[email protected]> Co-authored-by: Deepak Kumar Jha <[email protected]>
{ | ||
"id": "broken_cryptography", | ||
"cvss_v3": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N" | ||
"id": "cryptographic_weakness", |
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": "cryptographic_weakness", | |
"id": "cryptographic_weakness", |
{ | ||
"id": "broken_cryptography", | ||
"cwe": ["CWE-310"] | ||
"id": "cryptographic_weakness", |
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": "cryptographic_weakness", | |
"id": "cryptographic_weakness", |
{ | ||
"id": "broken_cryptography", | ||
"cvss_v3": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N" | ||
"id": "cryptographic_weakness", |
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": "cryptographic_weakness", | |
"id": "cryptographic_weakness", |
"name": "Broken Cryptography", | ||
"type": "category", | ||
"children": [ | ||
"id": "cryptographic_weakness", |
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": "cryptographic_weakness", | |
"id": "cryptographic_weakness", |
Closing this PR since these has been added with the last VRT release. Thank you for your input. -Timmy |
This update:
Cryptographic Weakness
category detailing specific cryptography-related vulnerabilities; andBroken Cryptography - Cryptographic Flaw
vulnerability.