Skip to content
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

[GHSA-935h-fp8w-9vph] Double free vulnerability in the j2k_read_ppm_v3 function... #678

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"schema_version": "1.3.0",
"id": "GHSA-935h-fp8w-9vph",
"modified": "2022-05-13T01:05:18Z",
"modified": "2022-09-16T20:00:26Z",
"published": "2022-05-13T01:05:18Z",
"aliases": [
"CVE-2015-1239"
],
"summary": "",
"details": "Double free vulnerability in the j2k_read_ppm_v3 function in OpenJPEG before r2997, as used in PDFium in Google Chrome, allows remote attackers to cause a denial of service (process crash) via a crafted PDF.",
"severity": [
{
Expand All @@ -14,13 +15,32 @@
}
],
"affected": [

{
"package": {
"ecosystem": "Packagist",
"name": "openjpeg"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2015-1239"
},
{
"type": "WEB",
"url": "https://github.com/uclouvain/openjpeg/issues/477"
},
{
"type": "WEB",
"url": "https://bugs.chromium.org/p/chromium/issues/detail?id=430891"
Expand Down