Php Group PHP vulnerabilities
80 known vulnerabilities affecting php_group/php.
Total CVEs
80
CISA KEV
1
actively exploited
Public exploits
1
Exploited in wild
1
Severity breakdown
CRITICAL21HIGH22MEDIUM35LOW2
Vulnerabilities
Page 1 of 4
CVE-2025-14178HIGHCVSS 8.2≥ 8.1.*, < 8.1.34≥ 8.2.*, < 8.2.30+3 more2025-12-27
CVE-2025-14178 [MEDIUM] CWE-190 CVE-2025-14178: In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16,
In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1, a heap buffer overflow occurs in array_merge() when the total element count of packed arrays exceeds 32-bit limits or HT_MAX_SIZE, due to an integer overflow in the precomputation of element counts using zend_hash_num_elements(). Th
cvelistv5nvd
CVE-2025-14180HIGHCVSS 8.2≥ 8.1.*, < 8.1.34≥ 8.2.*, < 8.2.30+3 more2025-12-27
CVE-2025-14180 [HIGH] CWE-476 CVE-2025-14180: In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16,
In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a
cvelistv5nvd
CVE-2025-14177MEDIUMCVSS 6.3≥ 8.1.*, < 8.1.34≥ 8.2.*, < 8.2.30+3 more2025-12-27
CVE-2025-14177 [MEDIUM] CWE-125 CVE-2025-14177: In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16,
In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1, the getimagesize() function may leak uninitialized heap memory into the APPn segments (e.g., APP1) when reading images in multi-chunk mode (such as via php://filter). This occurs due to a bug in php_read_stream_all_chunks() that ove
cvelistv5nvd
CVE-2025-1735HIGHCVSS 7.5≥ 8.1.*, < 8.1.33≥ 8.2.*, < 8.2.29+2 more2025-07-13
CVE-2025-1735 [MEDIUM] CWE-89 CVE-2025-1735: In PHP versions:8.1.* before 8.1.33, 8.2.* before 8.2.29, 8.3.* before 8.3.23, 8.4.* pgsql and pdo_p
In PHP versions:8.1.* before 8.1.33, 8.2.* before 8.2.29, 8.3.* before 8.3.23, 8.4.* pgsql and pdo_pgsql escaping functions do not check if the underlying quoting functions returned errors. This could cause crashes if Postgres server rejects the string as invalid.
cvelistv5nvd
CVE-2025-1220MEDIUMCVSS 5.3≥ 8.1.*, < 8.1.33≥ 8.2.*, < 8.2.29+2 more2025-07-13
CVE-2025-1220 [LOW] CWE-918 CVE-2025-1220: In PHP versions:8.1.* before 8.1.33, 8.2.* before 8.2.29, 8.3.* before 8.3.23, 8.4.* before 8.4.10 s
In PHP versions:8.1.* before 8.1.33, 8.2.* before 8.2.29, 8.3.* before 8.3.23, 8.4.* before 8.4.10 some functions like fsockopen() lack validation that the hostname supplied does not contain null characters. This may lead to other functions like parse_url() treat the hostname in different way, thus opening way to security problems if the user code implem
cvelistv5nvd
CVE-2025-6491MEDIUMCVSS 5.9≥ 8.1.*, < 8.1.33≥ 8.2.*, < 8.2.29+2 more2025-07-13
CVE-2025-6491 [MEDIUM] CWE-476 CVE-2025-6491: In PHP versions:8.1.* before 8.1.33, 8.2.* before 8.2.29, 8.3.* before 8.3.23, 8.4.* before 8.4.10 w
In PHP versions:8.1.* before 8.1.33, 8.2.* before 8.2.29, 8.3.* before 8.3.23, 8.4.* before 8.4.10 when parsing XML data in SOAP extensions, overly large (>2Gb) XML namespace prefix may lead to null pointer dereference. This may lead to crashes and affect the availability of the target server.
cvelistv5nvd
CVE-2024-11235CRITICALCVSS 9.2≥ 8.4.*, < 8.4.5≥ 8.3.*, < 8.3.192025-04-04
CVE-2024-11235 [CRITICAL] CWE-416 CVE-2024-11235: In PHP versions 8.3.* before 8.3.19 and 8.4.* before 8.4.5, a code sequence involving __set handler
In PHP versions 8.3.* before 8.3.19 and 8.4.* before 8.4.5, a code sequence involving __set handler or ??= operator and exceptions can lead to a use-after-free vulnerability. If the third party can control the memory layout leading to this, for example by supplying specially crafted inputs to the script, it could lead to remote code execution.
cvelistv5nvd
CVE-2025-1736MEDIUMCVSS 6.3≥ 8.1.*, < 8.1.32≥ 8.2.*, < 8.2.28+2 more2025-03-30
CVE-2025-1736 [MEDIUM] CWE-20 CVE-2025-1736: In PHP from 8.1.* before 8.1.32, from 8.2.* before 8.2.28, from 8.3.* before 8.3.19, from 8.4.* befo
In PHP from 8.1.* before 8.1.32, from 8.2.* before 8.2.28, from 8.3.* before 8.3.19, from 8.4.* before 8.4.5, when user-supplied headers are sent, the insufficient validation of the end-of-line characters may prevent certain headers from being sent or lead to certain headers be misinterpreted.
cvelistv5nvd
CVE-2025-1861MEDIUMCVSS 6.3≥ 8.1.*, < 8.1.32≥ 8.2.*, < 8.2.28+2 more2025-03-30
CVE-2025-1861 [MEDIUM] CWE-131 CVE-2025-1861: In PHP from 8.1.* before 8.1.32, from 8.2.* before 8.2.28, from 8.3.* before 8.3.19, from 8.4.* befo
In PHP from 8.1.* before 8.1.32, from 8.2.* before 8.2.28, from 8.3.* before 8.3.19, from 8.4.* before 8.4.5, when parsing HTTP redirect in the response to an HTTP request, there is currently limit on the location value size caused by limited size of the location buffer to 1024. However as per RFC9110, the limit is recommended to be 8000. This may lea
cvelistv5nvd
CVE-2025-1734MEDIUMCVSS 6.3≥ 8.1.*, < 8.1.32≥ 8.2.*, < 8.2.28+2 more2025-03-30
CVE-2025-1734 [MEDIUM] CWE-20 CVE-2025-1734: In PHP from 8.1.* before 8.1.32, from 8.2.* before 8.2.28, from 8.3.* before 8.3.19, from 8.4.* befo
In PHP from 8.1.* before 8.1.32, from 8.2.* before 8.2.28, from 8.3.* before 8.3.19, from 8.4.* before 8.4.5, when receiving headers from HTTP server, the headers missing a colon (:) are treated as valid headers even though they are not. This may confuse applications into accepting invalid headers.
cvelistv5nvd
CVE-2025-1219MEDIUMCVSS 6.3≥ 8.1.*, < 8.1.32≥ 8.2.*, < 8.2.28+2 more2025-03-30
CVE-2025-1219 [MEDIUM] CWE-1116 CVE-2025-1219: In PHP from 8.1.* before 8.1.32, from 8.2.* before 8.2.28, from 8.3.* before 8.3.19, from 8.4.* befo
In PHP from 8.1.* before 8.1.32, from 8.2.* before 8.2.28, from 8.3.* before 8.3.19, from 8.4.* before 8.4.5, when requesting a HTTP resource using the DOM or SimpleXML extensions, the wrong content-type header is used to determine the charset when the requested resource performs a redirect. This may cause the resulting document to be parsed incorrec
cvelistv5nvd
CVE-2025-1217MEDIUMCVSS 6.3≥ 8.1.*, < 8.1.32≥ 8.2.*, < 8.2.28+2 more2025-03-29
CVE-2025-1217 [MEDIUM] CWE-20 CVE-2025-1217: In PHP from 8.1.* before 8.1.32, from 8.2.* before 8.2.28, from 8.3.* before 8.3.19, from 8.4.* befo
In PHP from 8.1.* before 8.1.32, from 8.2.* before 8.2.28, from 8.3.* before 8.3.19, from 8.4.* before 8.4.5, when http request module parses HTTP response obtained from a server, folded headers are parsed incorrectly, which may lead to misinterpreting the response and using incorrect headers, MIME types, etc.
cvelistv5nvd
CVE-2022-31631CRITICALCVSS 9.1≥ 8.0.x, < 8.0.27≥ 8.1.x, < 8.1.15+1 more2025-02-12
CVE-2022-31631 [CRITICAL] CWE-74 CVE-2022-31631: In PHP versions 8.0.* before 8.0.27, 8.1.* before 8.1.15, 8.2.* before 8.2.2 when using PDO::quote()
In PHP versions 8.0.* before 8.0.27, 8.1.* before 8.1.15, 8.2.* before 8.2.2 when using PDO::quote() function to quote user-supplied data for SQLite, supplying an overly long string may cause the driver to incorrectly quote the data, which may further lead to SQL injection vulnerabilities.
cvelistv5nvd
CVE-2024-11236CRITICALCVSS 9.8≥ 8.1.*, < 8.1.31≥ 8.2.*, < 8.2.26+1 more2024-11-24
CVE-2024-11236 [CRITICAL] CWE-787 CVE-2024-11236: In PHP versions 8.1.* before 8.1.31, 8.2.* before 8.2.26, 8.3.* before 8.3.14, uncontrolled long str
In PHP versions 8.1.* before 8.1.31, 8.2.* before 8.2.26, 8.3.* before 8.3.14, uncontrolled long string inputs to ldap_escape() function on 32-bit systems can cause an integer overflow, resulting in an out-of-bounds write.
cvelistv5nvd
CVE-2024-11234HIGHCVSS 7.2≥ 8.1.*, < 8.1.31≥ 8.2.*, < 8.2.26+1 more2024-11-24
CVE-2024-11234 [MEDIUM] CWE-20 CVE-2024-11234: In PHP versions 8.1.* before 8.1.31, 8.2.* before 8.2.26, 8.3.* before 8.3.14, when using streams wi
In PHP versions 8.1.* before 8.1.31, 8.2.* before 8.2.26, 8.3.* before 8.3.14, when using streams with configured proxy and "request_fulluri" option, the URI is not properly sanitized which can lead to HTTP request smuggling and allow the attacker to use the proxy to perform arbitrary HTTP requests originating from the server, thus potentially gainin
cvelistv5nvd
CVE-2024-11233HIGHCVSS 8.2≥ 8.1.*, < 8.1.31≥ 8.2.*, < 8.2.26+1 more2024-11-24
CVE-2024-11233 [MEDIUM] CWE-122 CVE-2024-11233: In PHP versions 8.1.* before 8.1.31, 8.2.* before 8.2.26, 8.3.* before 8.3.14, due to an error in co
In PHP versions 8.1.* before 8.1.31, 8.2.* before 8.2.26, 8.3.* before 8.3.14, due to an error in convert.quoted-printable-decode filter certain data can lead to buffer overread by one byte, which can in certain circumstances lead to crashes or disclose content of other memory areas.
cvelistv5nvd
CVE-2024-8932CRITICALCVSS 9.8≥ 8.1.*, < 8.1.31≥ 8.2.*, < 8.2.26+1 more2024-11-22
CVE-2024-8932 [CRITICAL] CWE-787 CVE-2024-8932: In PHP versions 8.1.* before 8.1.31, 8.2.* before 8.2.26, 8.3.* before 8.3.14, uncontrolled long str
In PHP versions 8.1.* before 8.1.31, 8.2.* before 8.2.26, 8.3.* before 8.3.14, uncontrolled long string inputs to ldap_escape() function on 32-bit systems can cause an integer overflow, resulting in an out-of-bounds write.
cvelistv5nvd
CVE-2024-8929MEDIUMCVSS 5.8≥ 8.1.*, < 8.1.31≥ 8.2.*, < 8.2.24+1 more2024-11-22
CVE-2024-8929 [MEDIUM] CWE-125 CVE-2024-8929: In PHP versions 8.1.* before 8.1.31, 8.2.* before 8.2.26, 8.3.* before 8.3.14, a hostile MySQL serve
In PHP versions 8.1.* before 8.1.31, 8.2.* before 8.2.26, 8.3.* before 8.3.14, a hostile MySQL server can cause the client to disclose the content of its heap containing data from other SQL requests and possible other data belonging to different users of the same server.
cvelistv5nvd
CVE-2024-8926CRITICALCVSS 9.8≥ 8.1.*, < 8.1.30≥ 8.2.*, < 8.2.24+1 more2024-10-08
CVE-2024-8926 [CRITICAL] CWE-78 PHP CGI Parameter Injection Vulnerability (CVE-2024-4577 bypass)
PHP CGI Parameter Injection Vulnerability (CVE-2024-4577 bypass)
In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, when using a certain non-standard configurations of Windows codepages, the fixes for CVE-2024-4577 https://github.com/advisories/GHSA-vxpp-6299-mxw3 may still be bypassed and the same command injection related to Windows "Best Fit" codepage behavior can be a
cvelistv5
CVE-2024-8927HIGHCVSS 7.5≥ 8.1.*, < 8.1.30≥ 8.2.*, < 8.2.24+1 more2024-10-08
CVE-2024-8927 [HIGH] CWE-1220 CVE-2024-8927: In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, HTTP_REDIRECT_STATUS
In PHP versions 8.1.* before 8.1.30, 8.2.* before 8.2.24, 8.3.* before 8.3.12, HTTP_REDIRECT_STATUS variable is used to check whether or not CGI binary is being run by the HTTP server. However, in certain scenarios, the content of this variable can be controlled by the request submitter via HTTP headers, which can lead to cgi.force_redirect option not b
cvelistv5nvd
1 / 4Next →