Skip to content

Commit

Permalink
update mbedtls entries
Browse files Browse the repository at this point in the history
Signed-off-by: Weston Steimel <[email protected]>
  • Loading branch information
westonsteimel committed Oct 18, 2024
1 parent 79029f2 commit 8ece59d
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 4 deletions.
3 changes: 2 additions & 1 deletion data/anchore/2024/CVE-2024-28755.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"affected": [
{
"cpes": [
"cpe:2.3:a:arm:mbed_tls:*:*:*:*:*:*:*:*"
"cpe:2.3:a:arm:mbed_tls:*:*:*:*:*:*:*:*",
"cpe:2.3:a:mbed-tls:mbedtls:*:*:*:*:*:*:*:*"
],
"product": "Mbed TLS",
"repo": "https://github.com/Mbed-TLS/mbedtls",
Expand Down
3 changes: 2 additions & 1 deletion data/anchore/2024/CVE-2024-28836.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"affected": [
{
"cpes": [
"cpe:2.3:a:arm:mbed_tls:*:*:*:*:*:*:*:*"
"cpe:2.3:a:arm:mbed_tls:*:*:*:*:*:*:*:*",
"cpe:2.3:a:mbed-tls:mbedtls:*:*:*:*:*:*:*:*"
],
"product": "Mbed TLS",
"repo": "https://github.com/Mbed-TLS/mbedtls",
Expand Down
3 changes: 2 additions & 1 deletion data/anchore/2024/CVE-2024-28960.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"affected": [
{
"cpes": [
"cpe:2.3:a:arm:mbed_tls:*:*:*:*:*:*:*:*"
"cpe:2.3:a:arm:mbed_tls:*:*:*:*:*:*:*:*",
"cpe:2.3:a:mbed-tls:mbedtls:*:*:*:*:*:*:*:*"
],
"product": "Mbed TLS",
"repo": "https://github.com/Mbed-TLS/mbedtls",
Expand Down
3 changes: 2 additions & 1 deletion data/anchore/2024/CVE-2024-30166.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"affected": [
{
"cpes": [
"cpe:2.3:a:arm:mbed_tls:*:*:*:*:*:*:*:*"
"cpe:2.3:a:arm:mbed_tls:*:*:*:*:*:*:*:*",
"cpe:2.3:a:mbed-tls:mbedtls:*:*:*:*:*:*:*:*"
],
"product": "Mbed TLS",
"repo": "https://github.com/Mbed-TLS/mbedtls",
Expand Down
38 changes: 38 additions & 0 deletions data/anchore/2024/CVE-2024-49195.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"additionalMetadata": {
"cna": "mitre",
"cveId": "CVE-2024-49195",
"description": "Mbed TLS 3.5.x through 3.6.x before 3.6.2 has a buffer underrun in pkwrite when writing an opaque key pair",
"needsReview": true,
"reason": "Added CPE configurations because not yet analyzed by NVD.",
"references": [
"https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2024-10-1/",
"https://mbed-tls.readthedocs.io/en/latest/tech-updates/security-advisories/"
]
},
"adp": {
"affected": [
{
"cpes": [
"cpe:2.3:a:arm:mbed_tls:*:*:*:*:*:*:*:*",
"cpe:2.3:a:mbed-tls:mbedtls:*:*:*:*:*:*:*:*"
],
"product": "mbedtls",
"repo": "https://github.com/Mbed-TLS/mbedtls",
"vendor": "mbed-tls",
"versions": [
{
"lessThan": "3.6.2",
"status": "affected",
"version": "3.5.0",
"versionType": "custom"
}
]
}
],
"providerMetadata": {
"orgId": "00000000-0000-4000-8000-000000000000",
"shortName": "anchoreadp"
}
}
}

0 comments on commit 8ece59d

Please sign in to comment.