-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!(fetcher/nvd): fetch from ghcr container (#130)
- Loading branch information
Showing
6 changed files
with
261 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
119 changes: 119 additions & 0 deletions
119
fetcher/nvd/testdata/go-cti00001/vuls-data-raw-nvd-api-cve/2020/CVE-2020-0002.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
{ | ||
"id": "CVE-2020-0002", | ||
"sourceIdentifier": "security@android.com", | ||
"vulnStatus": "Analyzed", | ||
"published": "2020-01-08T19:15:12.923", | ||
"lastModified": "2022-01-01T20:01:34.303", | ||
"descriptions": [ | ||
{ | ||
"lang": "en", | ||
"value": "In ih264d_init_decoder of ih264d_api.c, there is a possible out of bounds write due to a use after free. This could lead to remote code execution with no additional execution privileges needed. User interaction is needed for exploitation Product: Android Versions: Android-8.0, Android-8.1, Android-9, and Android-10 Android ID: A-142602711" | ||
}, | ||
{ | ||
"lang": "es", | ||
"value": "En la función ih264d_init_decoder del archivo ih264d_api.c, hay una posible escritura fuera de límites debido a un uso de la memoria previamente liberada. Esto podría conllevar a una ejecución de código remota sin ser necesarios privilegios de ejecución adicionales. Es requerida una interacción del usuario para su explotación Producto: Android, Versiones: Android-8.0, Android-8.1, Android-9 y Android-10, ID de Android: A-142602711." | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"source": "security@android.com", | ||
"tags": [ | ||
"Patch", | ||
"Vendor Advisory" | ||
], | ||
"url": "https://source.android.com/security/bulletin/2020-01-01" | ||
} | ||
], | ||
"metrics": { | ||
"cvssMetricV2": [ | ||
{ | ||
"source": "nvd@nist.gov", | ||
"type": "Primary", | ||
"cvssData": { | ||
"version": "2.0", | ||
"vectorString": "AV:N/AC:M/Au:N/C:C/I:C/A:C", | ||
"accessVector": "NETWORK", | ||
"accessComplexity": "MEDIUM", | ||
"authentication": "NONE", | ||
"confidentialityImpact": "COMPLETE", | ||
"integrityImpact": "COMPLETE", | ||
"availabilityImpact": "COMPLETE", | ||
"baseScore": 9.3 | ||
}, | ||
"baseSeverity": "HIGH", | ||
"exploitabilityScore": 8.6, | ||
"impactScore": 10, | ||
"userInteractionRequired": true | ||
} | ||
], | ||
"cvssMetricV31": [ | ||
{ | ||
"source": "nvd@nist.gov", | ||
"type": "Primary", | ||
"cvssData": { | ||
"version": "3.1", | ||
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", | ||
"attackVector": "NETWORK", | ||
"attackComplexity": "LOW", | ||
"privilegesRequired": "NONE", | ||
"userInteraction": "REQUIRED", | ||
"scope": "UNCHANGED", | ||
"confidentialityImpact": "HIGH", | ||
"integrityImpact": "HIGH", | ||
"availabilityImpact": "HIGH", | ||
"baseScore": 8.8, | ||
"baseSeverity": "HIGH" | ||
}, | ||
"exploitabilityScore": 2.8, | ||
"impactScore": 5.9 | ||
} | ||
] | ||
}, | ||
"weaknesses": [ | ||
{ | ||
"source": "nvd@nist.gov", | ||
"type": "Primary", | ||
"description": [ | ||
{ | ||
"lang": "en", | ||
"value": "CWE-787" | ||
}, | ||
{ | ||
"lang": "en", | ||
"value": "CWE-416" | ||
} | ||
] | ||
} | ||
], | ||
"configurations": [ | ||
{ | ||
"nodes": [ | ||
{ | ||
"operator": "OR", | ||
"cpeMatch": [ | ||
{ | ||
"vulnerable": true, | ||
"criteria": "cpe:2.3:o:google:android:8.0:*:*:*:*:*:*:*", | ||
"matchCriteriaId": "B578E383-0D77-4AC7-9C81-3F0B8C18E033" | ||
}, | ||
{ | ||
"vulnerable": true, | ||
"criteria": "cpe:2.3:o:google:android:8.1:*:*:*:*:*:*:*", | ||
"matchCriteriaId": "B06BE74B-83F4-41A3-8AD3-2E6248F7B0B2" | ||
}, | ||
{ | ||
"vulnerable": true, | ||
"criteria": "cpe:2.3:o:google:android:9.0:*:*:*:*:*:*:*", | ||
"matchCriteriaId": "8DFAAD08-36DA-4C95-8200-C29FE5B6B854" | ||
}, | ||
{ | ||
"vulnerable": true, | ||
"criteria": "cpe:2.3:o:google:android:10.0:*:*:*:*:*:*:*", | ||
"matchCriteriaId": "D558D965-FA70-4822-A770-419E73BA9ED3" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.