Lucene search
K

18 matches found

OSV
OSV
added 2024/03/06 11:7 a.m.39 views

BIT-PHP-2020-7062 Null Pointer Dereference in PHP Session Upload Progress

In PHP versions 7.2.x below 7.2.28, 7.3.x below 7.3.15 and 7.4.x below 7.4.3, when using file upload functionality, if upload progress tracking is enabled, but session.uploadprogress.cleanup is set to 0 disabled, and the file upload fails, the upload procedure would try to clean up data that does...

7.5CVSS8.4AI score0.01213EPSS
Exploits1References9
F5 Networks
F5 Networks
added 2023/02/21 6:52 p.m.108 views

K17457324: PHP vulnerability CVE-2020-7066

Security Advisory Description In PHP versions 7.2.x below 7.2.9, 7.3.x below 7.3.16 and 7.4.x below 7.4.34, while using getheaders with user-supplied URL, if the URL contains zero \0 character, the URL will be silently truncated at it. This may cause some software to make incorrect assumptions...

5.3CVSS7.1AI score0.02189EPSS
Exploits1
UbuntuCve
UbuntuCve
added 2020/10/02 3:15 p.m.40 views

CVE-2020-7069

In PHP versions 7.2.x below 7.2.34, 7.3.x below 7.3.23 and 7.4.x below 7.4.11, when AES-CCM mode is used with opensslencrypt function with 12 bytes IV, only first 7 bytes of the IV is actually used. This can lead to both decreased security and incorrect encryption data...

6.5CVSS6.8AI score0.08351EPSS
Exploits0References5
AlpineLinux
AlpineLinux
added 2020/10/02 2:14 p.m.37 views

CVE-2020-7070

In PHP versions 7.2.x below 7.2.34, 7.3.x below 7.3.23 and 7.4.x below 7.4.11, when PHP is processing incoming HTTP cookie values, the cookie names are url-decoded. This may lead to cookies with prefixes like Host confused with cookies that decode to such prefix, thus leading to an attacker being...

5.3CVSS6.8AI score0.26088EPSS
Exploits1
NVD
NVD
added 2020/05/20 8:15 a.m.21 views

CVE-2019-11048

In PHP versions 7.2.x below 7.2.31, 7.3.x below 7.3.18 and 7.4.x below 7.4.6, when HTTP file uploads are allowed, supplying overly long filenames or field names could lead PHP engine to try to allocate oversized memory storage, hit the memory limit and stop processing the request, without cleanin...

5.3CVSS6.3AI score0.12716EPSS
Exploits1References13
Positive Technologies
Positive Technologies
added 2020/04/27 12:0 a.m.6 views

PT-2020-5865 · Php +9 · Php +9

Name of the Vulnerable Software and Affected Versions: PHP versions 7.2.x below 7.2.34 PHP versions 7.3.x below 7.3.23 PHP versions 7.4.x below 7.4.11 Description: The issue is related to the openssl encrypt function in PHP when used with AES-CCM mode and a 12-byte initialization vector IV. Only...

9.8CVSS6.7AI score0.94053EPSS
Exploits105References368
ATTACKERKB
ATTACKERKB
added 2020/04/14 12:0 a.m.350 views

CVE-2020-7067

In PHP versions 7.2.x below 7.2.30, 7.3.x below 7.3.17 and 7.4.x below 7.4.5, if PHP is compiled with EBCDIC support uncommon, urldecode function can be made to access locations past the allocated memory, due to erroneously using signed numbers as array indexes. Recent assessments: Assessed...

7.5CVSS4.9AI score0.08994EPSS
In wildExploits1References9
RedhatCVE
RedhatCVE
added 2020/04/03 1:1 p.m.32 views

CVE-2020-7064

In PHP versions 7.2.x below 7.2.9, 7.3.x below 7.3.16 and 7.4.x below 7.4.4, while parsing EXIF data with exifreaddata function, it is possible for malicious data to cause PHP to read one byte of uninitialized memory. This could potentially lead to information disclosure or crash...

6.5CVSS3.3AI score0.0233EPSS
Exploits1References4
OSV
OSV
added 2020/04/01 4:15 a.m.0 views

UBUNTU-CVE-2020-7066

In PHP versions 7.2.x below 7.2.29, 7.3.x below 7.3.16 and 7.4.x below 7.4.4, while using getheaders with user-supplied URL, if the URL contains zero \0 character, the URL will be silently truncated at it. This may cause some software to make incorrect assumptions about the target of the getheade...

5.3CVSS6.7AI score0.02189EPSS
Exploits1References5
Amazon
Amazon
added 2020/03/09 12:0 a.m.116 views

Medium: php72

Issue Overview: In PHP versions 7.3.x below 7.3.15 and 7.4.x below 7.4.3, while extracting PHAR files on Windows using phar extension, certain content inside PHAR file could lead to one-byte read past the allocated buffer. This could potentially lead to information disclosure or crash...

9.1CVSS7.7AI score0.03088EPSS
Exploits3
Amazon
Amazon
added 2020/02/24 12:0 a.m.68 views

Medium: php72

Issue Overview: When using fgetss function to read data with stripping tags, in PHP versions 7.2.x below 7.2.27, 7.3.x below 7.3.14 and 7.4.x below 7.4.2 it is possible to supply data that will cause this function to read past the allocated buffer. This may lead to information disclosure or crash...

9.1CVSS7.5AI score0.06404EPSS
Exploits2
ATTACKERKB
ATTACKERKB
added 2020/02/17 12:0 a.m.324 views

CVE-2020-7064

In PHP versions 7.2.x below 7.2.9, 7.3.x below 7.3.16 and 7.4.x below 7.4.4, while parsing EXIF data with exifreaddata function, it is possible for malicious data to cause PHP to read one byte of uninitialized memory. This could potentially lead to information disclosure or crash. Recent...

6.5CVSS4.4AI score0.0233EPSS
In wildExploits1References14
Positive Technologies
Positive Technologies
added 2020/02/17 12:0 a.m.6 views

PT-2020-5322 · Php +7 · Php +7

Name of the Vulnerable Software and Affected Versions: PHP versions 7.2.x through 7.2.27 PHP versions 7.3.x through 7.3.14 PHP versions 7.4.x through 7.4.2 Description: The issue is related to a null pointer dereference when using file upload functionality in PHP. If upload progress tracking is...

10CVSS6.6AI score0.94363EPSS
Exploits290References489
Tenable Nessus
Tenable Nessus
added 2020/01/10 12:0 a.m.154 views

PHP 7.2.x < 7.2.26 Multiple Vulnerabilities

According to its banner, the version of PHP running on the remote web server is 7.2.x prior to 7.2.26. It is, therefore, affected by multiple vulnerabilities: - An arbitrary file read vulnerability exists in link and DirectoryIterator class due to improper handling of embedded \0 byte character a...

7.5CVSS7.4AI score0.41483EPSS
Exploits5References6
Tenable Nessus
Tenable Nessus
added 2019/08/14 12:0 a.m.29 views

PHP 7.2.x < 7.2.21 Multiple Vulnerabilities

According to its banner, the version of PHP running on the remote web server is 7.1.x prior to 7.1.31, 7.2.x prior to 7.2.21 or 7.3.x prior to 7.3.8. It is, therefore, affected by the following vulnerabilities: - A heap-based buffer overflow condition exists on exifscanthumbnail. An attacker can...

7.1CVSS8.2AI score0.03811EPSS
Exploits2References4
Tenable Nessus
Tenable Nessus
added 2019/05/13 12:0 a.m.39 views

Fedora 28 : php (2019-bab3944fee)

PHP version 7.2.18 02 May 2019 CLI: - Fixed bug php77794 Incorrect Date header format in built-in server. kelunik EXIF - Fixed bug php77950 Heap-buffer-overflow in estrndup via exifprocessIFDTAG. CVE-2019-11036 Stas Interbase: - Fixed bug php72175 Impossibility of creating multiple connections to...

9.1CVSS7AI score0.01688EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2019/03/13 12:0 a.m.61 views

PHP 7.3.x < 7.3.1 Multiple vulnerabilities

According to its banner, the version of PHP running on the remote web server is 5.6.x prior to 5.6.40, 7.1.x prior to 7.1.26, 7.2.x prior to 7.2.14 or 7.3.x prior to 7.3.1. It is, therefore, affected by multiple vulnerabilities: - An integer underflow condition exists in gdContributionsAlloc...

9.8CVSS9.3AI score0.87883EPSS
Exploits13References9
Tenable Nessus
Tenable Nessus
added 2019/01/09 12:0 a.m.14 views

PHP 7.2.x < 7.2.10 Transfer-Encoding Parameter XSS Vulnerability

According to its banner, the version of PHP running on the remote web server is 5.6.x prior to 5.6.38, 7.0.x prior to 7.0.32, 7.1.x prior to 7.1.22 or 7.2.x prior to 7.2.10. It is, therefore, affected by a cross-site scripting vulnerability. An attacker could leverage this vulnerability to inject...

6.1CVSS6.5AI score0.04436EPSS
Exploits1References2
Rows per page
Query Builder