-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Latest data: Wed Nov 1 08:04:00 UTC 2023
- Loading branch information
github.actions
committed
Nov 1, 2023
1 parent
7a9108d
commit 87c04fc
Showing
22 changed files
with
188 additions
and
59 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
[ | ||
{ | ||
"package": { | ||
"name": "pypdf", | ||
"version": "3.16.4", | ||
"ecosystem": "PyPI", | ||
"commit": "" | ||
}, | ||
"vulnerabilities": [ | ||
{ | ||
"modified": "2023-10-31T22:32:26Z", | ||
"published": "2023-10-31T22:22:50Z", | ||
"schema_version": "1.6.0", | ||
"id": "GHSA-wjcc-cq79-p63f", | ||
"aliases": [ | ||
"CVE-2023-46250" | ||
], | ||
"summary": "Possible Infinite Loop when PdfWriter(clone_from) is used with a PDF", | ||
"details": "### Impact\nAn attacker who uses this vulnerability can craft a PDF which leads to an infinite loop.\nThis infinite loop blocks the current process and can utilize a single core of the CPU by 100%. It does not affect memory usage.\n\nThat is, for example, the case when the pypdf-user manipulates an incoming malicious PDF e.g. by merging it with another PDF or by adding annotations.\n\n### Patches\nThe issue was fixed with #2264\n\n### Workarounds\nIf you cannot update your version of pypdf, you should modify `pypdf/generic/_data_structures.py` just like #2264 did.", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"ecosystem": "PyPI", | ||
"name": "pypdf", | ||
"purl": "pkg:pypi/pypdf" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "ECOSYSTEM", | ||
"events": [ | ||
{ | ||
"introduced": "3.7.0" | ||
}, | ||
{ | ||
"fixed": "3.17.0" | ||
} | ||
] | ||
} | ||
], | ||
"versions": [ | ||
"3.10.0", | ||
"3.11.0", | ||
"3.11.1", | ||
"3.12.0", | ||
"3.12.1", | ||
"3.12.2", | ||
"3.13.0", | ||
"3.14.0", | ||
"3.15.0", | ||
"3.15.1", | ||
"3.15.2", | ||
"3.15.3", | ||
"3.15.4", | ||
"3.15.5", | ||
"3.16.0", | ||
"3.16.1", | ||
"3.16.2", | ||
"3.16.3", | ||
"3.16.4", | ||
"3.7.0", | ||
"3.7.1", | ||
"3.8.0", | ||
"3.8.1", | ||
"3.9.0", | ||
"3.9.1" | ||
], | ||
"database_specific": { | ||
"source": "https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/10/GHSA-wjcc-cq79-p63f/GHSA-wjcc-cq79-p63f.json" | ||
} | ||
} | ||
], | ||
"severity": [ | ||
{ | ||
"type": "CVSS_V3", | ||
"score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H" | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-wjcc-cq79-p63f" | ||
}, | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46250" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/py-pdf/pypdf/pull/2264" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/py-pdf/pypdf/commit/9b23ac3c9619492570011d551d521690de9a3e2d" | ||
}, | ||
{ | ||
"type": "PACKAGE", | ||
"url": "https://github.com/py-pdf/pypdf" | ||
} | ||
], | ||
"database_specific": { | ||
"cwe_ids": [ | ||
"CWE-835" | ||
], | ||
"github_reviewed": true, | ||
"github_reviewed_at": "2023-10-31T22:22:50Z", | ||
"nvd_published_at": null, | ||
"severity": "MODERATE" | ||
} | ||
} | ||
], | ||
"groups": [ | ||
{ | ||
"ids": [ | ||
"GHSA-wjcc-cq79-p63f" | ||
] | ||
} | ||
] | ||
} | ||
] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
docopt==0.6.2 | ||
psutil==5.9.5 |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
charset-normalizer==3.3.1 | ||
idna==3.4 | ||
psutil==5.9.6 | ||
python-dateutil==2.8.2 | ||
requests==2.28.2 | ||
urllib3==1.26.18 | ||
|
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 |
---|---|---|
@@ -1,3 +1,2 @@ | ||
defusedxml==0.7.1 | ||
psutil==5.9.5 | ||
ujson==5.8.0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ ptyprocess==0.7.0 | |
pure-eval==0.2.2 | ||
stack-data==0.6.3 | ||
traitlets==5.13.0 | ||
wcwidth==0.2.8 | ||
wcwidth==0.2.9 |
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
click==7.1.2 | ||
click==8.1.7 | ||
configobj==5.0.8 | ||
mistune==3.0.2 | ||
pendulum==2.1.2 | ||
prompt-toolkit==3.0.39 | ||
python-dateutil==2.8.2 | ||
pytzdata==2020.1 | ||
redis==4.6.0 | ||
redis==5.0.1 | ||
wcwidth==0.1.9 |
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
greenlet==2.0.1 | ||
msgpack==1.0.4 | ||
psutil==5.9.4 | ||
greenlet==3.0.1 | ||
msgpack==1.0.7 | ||
pynvim==0.4.3 |
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
arrow==1.3.0 | ||
circuitbreaker==1.4.0 | ||
jmespath==0.10.0 | ||
oci==2.114.0 | ||
oci==2.115.0 | ||
prompt-toolkit==3.0.29 | ||
pyopenssl==23.2.0 | ||
pyopenssl==23.3.0 | ||
python-dateutil==2.8.2 | ||
terminaltables==3.1.0 | ||
types-python-dateutil==2.8.19.14 | ||
wcwidth==0.2.8 | ||
wcwidth==0.2.9 |
This file was deleted.
Oops, something went wrong.
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.