Skip to content

Commit 2266ee8

Browse files
committed
REL: 6.14.2
## What's new ### Security (SEC) - Avoid infinite loops for incomplete ASCII85 and ASCIIHex inline images (#3892) by @stefan6419846 [Full Changelog](6.14.1...6.14.2)
1 parent 5a33a46 commit 2266ee8

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## Version 6.14.2, 2026-06-23
4+
5+
### Security (SEC)
6+
- Avoid infinite loops for incomplete ASCII85 and ASCIIHex inline images (#3892)
7+
8+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.14.1...6.14.2)
9+
310
## Version 6.14.1, 2026-06-23
411

512
### Security (SEC)

pypdf/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "6.14.1"
1+
__version__ = "6.14.2"

0 commit comments

Comments
 (0)