Skip to content

Commit f106943

Browse files
committed
Release Changes
1 parent 14d683a commit f106943

File tree

2 files changed

+73
-1
lines changed

2 files changed

+73
-1
lines changed

CHANGELOG.md

+72
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,78 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1212

1313
### Changed
1414

15+
## [v1.15](https://github.com/bugcrowd/vulnerability-rating-taxonomy/compare/v1.14.2...v1.15) - 2025-02-12
16+
17+
### Added
18+
19+
- Decentralized Application Misconfiguration - Insecure Data Storage - Plaintext Private Key - P1
20+
- Decentralized Application Misconfiguration - Insecure Data Storage - Sensitive Information Exposure - Varies
21+
- Decentralized Application Misconfiguration - Improper Authorization - Insufficient Signature Validation - Varies
22+
- Decentralized Application Misconfiguration - DeFi Security - Flash Loan Attack - Varies
23+
- Decentralized Application Misconfiguration - DeFi Security - Pricing Oracle Manipulation - Varies
24+
- Decentralized Application Misconfiguration - DeFi Security - Function-Level Accounting Error - Varies
25+
- Decentralized Application Misconfiguration - DeFi Security - Improper Implementation of Governance - Varies
26+
- Decentralized Application Misconfiguration - Marketplace Security - Signer Account Takeover - P1
27+
- Decentralized Application Misconfiguration - Marketplace Security - Unauthorized Asset Transfer - P1
28+
- Decentralized Application Misconfiguration - Marketplace Security - Orderbook Manipulation - P1
29+
- Decentralized Application Misconfiguration - Marketplace Security - Malicious Order Offer - P2
30+
- Decentralized Application Misconfiguration - Marketplace Security - Price or Fee Manipulation - P2
31+
- Decentralized Application Misconfiguration - Marketplace Security - OFAC Bypass - P3
32+
- Decentralized Application Misconfiguration - Marketplace Security - Improper Validation and Checks For Deposits and Withdrawals - Varies
33+
- Decentralized Application Misconfiguration - Marketplace Security - Miscalculated Accounting Logic - Varies
34+
- Decentralized Application Misconfiguration - Marketplace Security - Denial of Service - Varies
35+
- Decentralized Application Misconfiguration - Protocol Security Misconfiguration - Node-level Denial of Service - P1
36+
- Protocol Specific Misconfiguration - Frontrunning-Enabled Attack - P2
37+
- Protocol Specific Misconfiguration - Sandwich-Enabled Attack - P2
38+
- Protocol Specific Misconfiguration - Misconfigured Staking Logic - Varies
39+
- Protocol Specific Misconfiguration - Improper Validation and Finalization Logic - Varies
40+
- Smart Contract Misconfiguration - Reentrancy Attack - P1
41+
- Smart Contract Misconfiguration - Smart Contract Owner Takeover - P1
42+
- Smart Contract Misconfiguration - Uninitialized Variables - P1
43+
- Smart Contract Misconfiguration - Unauthorized Transfer of Funds - P1
44+
- Smart Contract Misconfiguration - Integer Overflow / Underflow - P2
45+
- Smart Contract Misconfiguration - Unauthorized Smart Contract Approval - P2
46+
- Smart Contract Misconfiguration - Irreversible Function Call - P3
47+
- Smart Contract Misconfiguration - Function-level Denial of Service - P3
48+
- Smart Contract Misconfiguration - Malicious Superuser Risk - P3
49+
- Smart Contract Misconfiguration - Improper Fee Implementation - P3
50+
- Smart Contract Misconfiguration - Improper Use of Modifier - P4
51+
- Smart Contract Misconfiguration - Improper Decimals Implementation - P4
52+
- Smart Contract Misconfiguration - Inaccurate Rounding Calculation - Varies
53+
- Smart Contract Misconfiguration - Bypass of Function Modifiers & Checks - Varies
54+
- Zero Knowledge Security Misconfiguration - Missing Constraint - Varies
55+
- Zero Knowledge Security Misconfiguration - Mismatching Bit Lengths - Varies
56+
- Zero Knowledge Security Misconfiguration - Misconfigured Trusted Setup - Varies
57+
- Zero Knowledge Security Misconfiguration - Missing Range Check - Varies
58+
- Zero Knowledge Security Misconfiguration - Improper Proof Validation and Finalization Logic - P1
59+
- Zero Knowledge Security Misconfiguration - Deanonymization of Data - P1
60+
- Blockchain Infrastructure Misconfiguration - Improper Bridge Validation and Verification Logic - Varies
61+
- Broken Authentication and Session Management - SAML Replay - P5
62+
63+
### Changed
64+
65+
FROM:
66+
67+
- Broken Access Control (BAC) - Insecure Direct Object References (IDOR) - Read/Edit/Delete Sensitive Information/Iterable Object Identifiers - P1
68+
- Broken Access Control (BAC) - Insecure Direct Object References (IDOR) - Edit/Delete Sensitive Information/Iterable Object Identifiers - P2
69+
- Broken Access Control (BAC) - Insecure Direct Object References (IDOR) - Read Sensitive Information/Iterable Object Identifiers - P3
70+
- Broken Access Control (BAC) - Insecure Direct Object References (IDOR) - Read/Edit/Delete Sensitive Information/Complex Object Identifiers(GUID) - P4
71+
- Broken Access Control (BAC) - Insecure Direct Object References (IDOR) - Read/Edit/Delete Non-Sensitive Information - P5
72+
73+
TO:
74+
75+
- Broken Access Control (BAC) - Insecure Direct Object References (IDOR) - Modify/View Sensitive Information(Iterable Object Identifiers) - P1
76+
- Broken Access Control (BAC) - Insecure Direct Object References (IDOR) - Modify Sensitive Information(Iterable Object Identifiers) - P2
77+
- Broken Access Control (BAC) - Insecure Direct Object References (IDOR) - View Sensitive Information(Iterable Object Identifiers) - P3
78+
- Broken Access Control (BAC) - Insecure Direct Object References (IDOR) - Modify/View Sensitive Information(Complex Object Identifiers GUID/UUID) - P4
79+
- Broken Access Control (BAC) - Insecure Direct Object References (IDOR) - View Non-Sensitive Information - P5
80+
81+
### Other
82+
83+
- CVSS Score correction for Server Security Misconfiguration - Mail Server Misconfiguration - Email Spoofing to Inbox due to Missing or Misconfigured DMARC on Email Domain - P4.
84+
- All JSONs, i.e., VRT and its mapping JSONs are now alphabetically sorted.
85+
- Internal library changes to add a new helper script that aids in sorting the JSONs.
86+
1587
## [v1.14.2](https://github.com/bugcrowd/vulnerability-rating-taxonomy/compare/v1.14.1...v1.14.2) - 2024-10-25
1688

1789
### Removed

vulnerability-rating-taxonomy.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"metadata": {
3-
"release_date": "2024-10-25T00:00:00+00:00"
3+
"release_date": "2025-02-12T00:00:00+00:00"
44
},
55
"content": [
66
{

0 commit comments

Comments
 (0)