summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-01-26 16:03:35 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-02-18 09:13:40 +0100
commit254a7c245773d0dd16ead79a598f415dd0d6ee92 (patch)
treec14e91d96b97a8b9c2ac05590041d98244686cde /NEWS
parent08b47a3d0fcd16a4a8f351d5ee60bfa64e71b39f (diff)
downloadphp-git-PHP-7.3.15.tar.gz
Fix # 79171: heap-buffer-overflow in phar_extract_filephp-7.3.15PHP-7.3.15
We must not access memory outside of the allocated buffer. (cherry picked from commit 7df594b9437aa4f127581e4c88da99e7c41a9b14)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 602f92264d..1d3e771eb7 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,8 @@ PHP NEWS
- Phar:
. Fixed bug #79082 (Files added to tar with Phar::buildFromIterator have
all-access permissions). (CVE-2020-7063) (stas)
+ . Fixed bug #79171 (heap-buffer-overflow in phar_extract_file).
+ (CVE- 2020-7061) (cmb)
. Fixed bug #76584 (PharFileInfo::decompress not working). (cmb)
- Reflection: