Summary
Detail | |||
---|---|---|---|
Vendor | Php | First view | 1997-04-17 |
Product | Php | Last view | 2025-04-04 |
Version | Type | ||
Update | |||
Edition | |||
Language | |||
Sofware Edition | |||
Target Software | |||
Target Hardware | |||
Other |
Activity : Overall
COMMON PLATFORM ENUMERATION: Repartition per Version
Related : CVE
Date | Alert | Description | |
---|---|---|---|
8.1 | 2025-04-04 | 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 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. |
9.8 | 2025-03-30 | 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.* 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 lead to incorrect URL truncation and redirecting to a wrong location. |
7.3 | 2025-03-30 | 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.* 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. |
5.3 | 2025-03-30 | 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.* 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. |
5.3 | 2025-03-30 | 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.* 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 incorrectly or bypass validations. |
3.1 | 2025-03-29 | 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.* 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. |
0 | 2025-02-12 | 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() 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. |
9.8 | 2024-11-24 | 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 string inputs to ldap_escape()Â function on 32-bit systems can cause an integer overflow, resulting in an out-of-bounds write. |
7.2 | 2024-11-24 | 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 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 gaining access to resources not normally available to the external user. |
8.2 | 2024-11-24 | 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 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. |
0 | 2024-11-22 | 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 string inputs to ldap_escape()Â function on 32-bit systems can cause an integer overflow, resulting in an out-of-bounds write. |
0 | 2024-11-22 | 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 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. |
8.8 | 2024-06-09 | CVE-2024-5585 | In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, the fix for CVE-2024-1874 does not work if the command name includes trailing spaces. Original issue: when using proc_open() command with array syntax, due to insufficient escaping, if the arguments of the executed command are controlled by a malicious user, the user can supply arguments that would execute arbitrary commands in Windows shell. |
5.3 | 2024-06-09 | CVE-2024-5458 | In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, due to a code logic error, filtering functions such as filter_var when validating URLs (FILTER_VALIDATE_URL) for certain types of URLs the function will result in invalid user information (username + password part of URLs) being treated as valid user information. This may lead to the downstream code accepting invalid URLs as valid and parsing them incorrectly. |
9.8 | 2024-06-09 | CVE-2024-4577 | In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, when using Apache and PHP-CGI on Windows, if the system is set up to use certain code pages, Windows may use "Best-Fit" behavior to replace characters in command line given to Win32 API functions. PHP CGI module may misinterpret those characters as PHP options, which may allow a malicious user to pass options to PHP binary being run, and thus reveal the source code of scripts, run arbitrary PHP code on the server, etc. |
5.9 | 2024-06-09 | CVE-2024-2408 | The openssl_private_decrypt function in PHP, when using PKCS1 padding (OPENSSL_PKCS1_PADDING, which is the default), is vulnerable to the Marvin Attack unless it is used with an OpenSSL version that includes the changes from this pull request: https://github.com/openssl/openssl/pull/13817 (rsa_pkcs1_implicit_rejection). These changes are part of OpenSSL 3.2 and have also been backported to stable versions of various Linux distributions, as well as to the PHP builds provided for Windows since the previous release. All distributors and builders should ensure that this version is used to prevent PHP from being vulnerable. PHP Windows builds for the versions 8.1.29, 8.2.20 and 8.3.8 and above include OpenSSL patches that fix the vulnerability. |
0 | 2024-04-29 | CVE-2024-3096 | In PHP version 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, if a password stored with password_hash() starts with a null byte (\x00), testing a blank string as the password via password_verify() will incorrectly return true. |
0 | 2024-04-29 | CVE-2024-2757 | In PHP 8.3.* before 8.3.5, function mb_encode_mimeheader() runs endlessly for some inputs that contain long strings of non-space characters followed by a space. This could lead to a potential DoS attack if a hostile user sends data to an application that uses this function. |
0 | 2024-04-29 | CVE-2024-1874 | In PHP versions 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, when using proc_open() command with array syntax, due to insufficient escaping, if the arguments of the executed command are controlled by a malicious user, the user can supply arguments that would execute arbitrary commands in Windows shell. |
9.8 | 2024-04-10 | CVE-2024-3566 | A command inject vulnerability allows an attacker to perform command injection on Windows applications that indirectly depend on the CreateProcess function when the specific conditions are satisfied. |
9.8 | 2024-02-21 | CVE-2024-25117 | php-svg-lib is a scalable vector graphics (SVG) file parsing/rendering library. Prior to version 0.5.2, php-svg-lib fails to validate that font-family doesn't contain a PHAR url, which might leads to RCE on PHP < 8.0, and doesn't validate if external references are allowed. This might leads to bypass of restrictions or RCE on projects that are using it, if they do not strictly revalidate the fontName that is passed by php-svg-lib. The `Style::fromAttributes(`), or the `Style::parseCssStyle()` should check the content of the `font-family` and prevents it to use a PHAR url, to avoid passing an invalid and dangerous `fontName` value to other libraries. The same check as done in the `Style::fromStyleSheets` might be reused. Libraries using this library as a dependency might be vulnerable to some bypass of restrictions, or even remote code execution, if they do not double check the value of the `fontName` that is passed by php-svg-lib. Version 0.5.2 contains a fix for this issue. |
5.5 | 2023-11-02 | CVE-2022-4900 | A vulnerability was found in PHP where setting the environment variable PHP_CLI_SERVER_WORKERS to a large value leads to a heap buffer overflow. |
9.8 | 2023-08-11 | CVE-2023-3824 | In PHP version 8.0.* before 8.0.30, 8.1.* before 8.1.22, and 8.2.* before 8.2.8, when loading phar file, while reading PHAR directory entries, insufficient length checking may lead to a stack buffer overflow, leading potentially to memory corruption or RCE. |
7.5 | 2023-08-11 | CVE-2023-3823 | In PHP versions 8.0.* before 8.0.30, 8.1.* before 8.1.22, and 8.2.* before 8.2.8 various XML functions rely on libxml global state to track configuration variables, like whether external entities are loaded. This state is assumed to be unchanged unless the user explicitly changes it by calling appropriate function. However, since the state is process-global, other modules - such as ImageMagick - may also use this library within the same process, and change that global state for their internal purposes, and leave it in a state where external entities loading is enabled. This can lead to the situation where external XML is parsed with external entities loaded, which can lead to disclosure of any local files accessible to PHP. This vulnerable state may persist in the same process across many requests, until the process is shut down. |
4.3 | 2023-07-22 | CVE-2023-3247 | In PHP versions 8.0.* before 8.0.29, 8.1.* before 8.1.20, 8.2.* before 8.2.7 when using SOAP HTTP Digest Authentication, random value generator was not checked for failure, and was using narrower range of values than it should have. In case of random generator failure, it could lead to a disclosure of 31 bits of uninitialized memory from the client to the server, and it also made easier to a malicious server to guess the client's nonce. |
CWE : Common Weakness Enumeration
% | id | Name |
---|---|---|
17% (90) | CWE-119 | Failure to Constrain Operations within the Bounds of a Memory Buffer |
12% (62) | CWE-20 | Improper Input Validation |
8% (43) | CWE-125 | Out-of-bounds Read |
6% (33) | CWE-189 | Numeric Errors |
5% (29) | CWE-264 | Permissions, Privileges, and Access Controls |
5% (27) | CWE-200 | Information Exposure |
5% (27) | CWE-190 | Integer Overflow or Wraparound |
4% (24) | CWE-399 | Resource Management Errors |
4% (23) | CWE-416 | Use After Free |
4% (22) | CWE-787 | Out-of-bounds Write |
2% (15) | CWE-476 | NULL Pointer Dereference |
1% (9) | CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path ... |
1% (8) | CWE-94 | Failure to Control Generation of Code ('Code Injection') |
1% (8) | CWE-79 | Failure to Preserve Web Page Structure ('Cross-site Scripting') |
1% (7) | CWE-134 | Uncontrolled Format String |
0% (5) | CWE-415 | Double Free |
0% (5) | CWE-400 | Uncontrolled Resource Consumption ('Resource Exhaustion') |
0% (5) | CWE-310 | Cryptographic Issues |
0% (5) | CWE-59 | Improper Link Resolution Before File Access ('Link Following') |
0% (4) | CWE-502 | Deserialization of Untrusted Data |
0% (4) | CWE-74 | Failure to Sanitize Data into a Different Plane ('Injection') |
0% (4) | CWE-19 | Data Handling |
0% (3) | CWE-770 | Allocation of Resources Without Limits or Throttling |
0% (3) | CWE-611 | Information Leak Through XML External Entity File Disclosure |
0% (3) | CWE-362 | Race Condition |
CAPEC : Common Attack Pattern Enumeration & Classification
id | Name |
---|---|
CAPEC-3 | Using Leading 'Ghost' Character Sequences to Bypass Input Filters |
CAPEC-6 | Argument Injection |
CAPEC-7 | Blind SQL Injection |
CAPEC-8 | Buffer Overflow in an API Call |
CAPEC-9 | Buffer Overflow in Local Command-Line Utilities |
CAPEC-10 | Buffer Overflow via Environment Variables |
CAPEC-13 | Subverting Environment Variable Values |
CAPEC-14 | Client-side Injection-induced Buffer Overflow |
CAPEC-15 | Command Delimiters |
CAPEC-18 | Embedding Scripts in Nonscript Elements |
CAPEC-22 | Exploiting Trust in Client (aka Make the Client Invisible) |
CAPEC-24 | Filter Failure through Buffer Overflow |
CAPEC-27 | Leveraging Race Conditions via Symbolic Links |
CAPEC-28 | Fuzzing |
CAPEC-29 | Leveraging Time-of-Check and Time-of-Use (TOCTOU) Race Conditions |
CAPEC-31 | Accessing/Intercepting/Modifying HTTP Cookies |
CAPEC-32 | Embedding Scripts in HTTP Query Strings |
CAPEC-34 | HTTP Response Splitting |
CAPEC-41 | Using Meta-characters in E-mail Headers to Inject Malicious Payloads |
CAPEC-42 | MIME Conversion |
CAPEC-43 | Exploiting Multiple Input Interpretation Layers |
CAPEC-45 | Buffer Overflow via Symbolic Links |
CAPEC-46 | Overflow Variables and Tags |
CAPEC-47 | Buffer Overflow via Parameter Expansion |
CAPEC-52 | Embedding NULL Bytes |
Oval Markup Language : Definitions
OvalID | Name |
---|---|
oval:org.mitre.oval:def:485 | PH Cross-site Scripting Vulnerability |
oval:org.mitre.oval:def:10346 | Buffer overflow in the imap_fetch_overview function in the IMAP functionality... |
oval:org.mitre.oval:def:10896 | The memory_limit functionality in PHP 4.x up to 4.3.7, and 5.x up to 5.0.0RC3... |
oval:org.mitre.oval:def:10619 | The strip_tags function in PHP 4.x up to 4.3.7, and 5.x up to 5.0.0RC3, does ... |
oval:org.mitre.oval:def:10863 | php_variables.c in PHP before 5.0.2 allows remote attackers to read sensitive... |
oval:org.mitre.oval:def:10961 | rfc1867.c in PHP before 5.0.2 allows local users to upload files to arbitrary... |
oval:org.mitre.oval:def:10949 | Multiple integer handling errors in PHP before 4.3.10 allow attackers to bypa... |
oval:org.mitre.oval:def:10511 | The deserialization code in PHP before 4.3.10 and PHP 5.x up to 5.0.2 allows ... |
oval:org.mitre.oval:def:10877 | Buffer overflow in the exif_read_data function in PHP before 4.3.10 and PHP 5... |
oval:org.mitre.oval:def:9279 | PHP 4.0 with cURL functions allows remote attackers to bypass the open_basedi... |
oval:org.mitre.oval:def:9310 | The php_handle_iff function in image.c for PHP 4.2.2, 4.3.9, 4.3.10 and 5.0.3... |
oval:org.mitre.oval:def:11703 | The php_next_marker function in image.c for PHP 4.2.2, 4.3.9, 4.3.10 and 5.0.... |
oval:org.mitre.oval:def:10822 | Integer overflow in the exif_process_IFD_TAG function in exif.c in PHP before... |
oval:org.mitre.oval:def:10307 | exif.c in PHP before 4.3.11 allows remote attackers to cause a denial of serv... |
oval:org.mitre.oval:def:11032 | The exif_read_data function in the Exif module in PHP before 4.4.1 allows rem... |
oval:org.mitre.oval:def:10542 | Cross-site scripting (XSS) vulnerability in the phpinfo function in PHP 4.x u... |
oval:org.mitre.oval:def:11481 | The parse_str function in PHP 4.x up to 4.4.0 and 5.x up to 5.0.5, when calle... |
oval:org.mitre.oval:def:10537 | The RFC1867 file upload feature in PHP 4.x up to 4.4.0 and 5.x up to 5.0.5, w... |
oval:org.mitre.oval:def:10332 | CRLF injection vulnerability in the mb_send_mail function in PHP before 5.1.0... |
oval:org.mitre.oval:def:10064 | Multiple cross-site scripting (XSS) vulnerabilities in PHP 4.4.1 and 5.1.1, w... |
oval:org.mitre.oval:def:10997 | Cross-site scripting (XSS) vulnerability in phpinfo (info.c) in PHP 5.1.2 and... |
oval:org.mitre.oval:def:11084 | PHP before 5.1.3-RC1 might allow remote attackers to obtain portions of memor... |
oval:org.mitre.oval:def:10196 | Directory traversal vulnerability in file.c in PHP 4.4.2 and 5.1.2 allows loc... |
oval:org.mitre.oval:def:9696 | Integer overflow in the wordwrap function in string.c in PHP 4.4.2 and 5.1.2 ... |
oval:org.mitre.oval:def:10118 | zend_hash_del_key_or_index in zend_hash.c in PHP before 4.4.3 and 5.x before ... |
SAINT Exploits
Description | Link |
---|---|
PHP CGI Query String Parameters Command Execution | More info here |
Horde Imp Unauthenticated Remote Command Execution | More info here |
Open Source Vulnerability Database (OSVDB)
id | Description |
---|---|
78571 | PHP tidy_diagnose Function Tidy::diagnose Operation Remote doS |
78570 | PHP zend_strndup Function Return Value Parsing Remote DoS |
78115 | PHP Hash Collission Form Parameter Parsing Remote DoS |
77446 | PHP exif.c exif_process_IFD_TAG Function EXIF Header JPEG File Handling Overflow |
75713 | PHP is_a() Function __autoload() Function Remote File Inclusion |
75200 | PHP *alloc Functions Argument Handling Arbitrary Value Injection Overflow |
74743 | PHP ext/zip/php_zip.c Multiple Function Flag Argument DoS |
74742 | PHP crypt_blowfish 8-bit Character Password Hash Cleartext Password Disclosure |
74739 | PHP error_log Function Unspecified DoS |
74738 | PHP crypt() Function Salt Argument Overflow |
74728 | PHP extract() Function EXTR_OVERWRITE Parameter Variable Overwriting |
74726 | PHP crypt() Function MD5 Salt Hash Value Return Weakness |
74689 | PHP on Windows SPL Extension SplFileInfo::getType Function Symlink Arbitrary ... |
74688 | PHP mt_rand Function max Parameter Overflow |
74193 | PHP PCNTL Extension Concurrent Signal Saturation Race Condition Memory Corrup... |
73755 | PHP OpenSSL Extension x Function openssl_decrypt Ciphertext Data Memory Leak DoS |
73754 | PHP OpenSSL Extension openssl_encrypt Function Plaintext Data Memory Leak DoS |
73706 | PHP on Debian GNU/Linux /etc/cron.d/php5 Directory Symlink Arbitrary File Del... |
73626 | PHP Calendar Extension SdnToJulian Function Overflow DoS |
73625 | PHP Intl Extension NumberFormatter::setSymbol Function Invalid Argument DoS |
73624 | PHP Streams Component HTTP Proxy FTP Wrapper ftp:// URL DoS |
73623 | PHP Zip Extension stream_get_contents Function ziparchive Stream Handling DoS |
73622 | PHP Zip Extension zip_stream.c zip_fread Function Call Integer Signedness Err... |
73387 | Zend Framework PDO_MySql Character Set Security Bypass |
73275 | PHP grapheme_extract() Function NULL Dereference DoS |
ExploitDB Exploits
id | Description |
---|---|
30395 | PHP openssl_x509_parse() - Memory Corruption Vulnerability |
29290 | Apache / PHP 5.x Remote Code Execution Exploit |
25986 | Plesk Apache Zeroday Remote Exploit |
18836 | PHP CGI Argument Injection Exploit |
18834 | PHP CGI Argument Injection |
18370 | PHP 5.3.8 Multiple Vulnerabilities |
18305 | PHP Hash Table Collision Proof Of Concept |
18296 | PHP Hashtables Denial of Service |
17486 | PHP 5.3.6 Buffer Overflow PoC (ROP) CVE-2011-1938 |
17318 | PHP <= 5.3.5 socket_connect() Buffer Overflow Vulnerability |
17004 | libzip 0.9.3 _zip_name_locate NULL Pointer Dereference (incl PHP 5.3.5) |
16966 | PHP <= 5.3.6 shmop_read() Integer Overflow DoS |
16182 | PHP 5.3.5 grapheme_extract() NULL Pointer Dereference |
15722 | PHP 5.3.3 NumberFormatter::getSymbol Integer Overflow |
15431 | PHP 5.3.3/5.2.14 ZipArchive::getArchiveComment NULL Pointer Deference |
11636 | Kolang (proc_open PHP safe mode bypass 4.3.10 - 5.3.0) |
7646 | PHP <= 5.2.8 gd library - imageRotate() Information Leak Vulnerability |
4392 | PHP <= 4.4.7 / 5.2.3 MySQL/MySQLi Safe Mode Bypass Vulnerability |
OpenVAS Exploits
id | Description |
---|---|
2012-12-13 | Name : SuSE Update for update openSUSE-SU-2012:0426-1 (update) File : nvt/gb_suse_2012_0426_1.nasl |
2012-12-13 | Name : SuSE Update for update openSUSE-SU-2012:0590-1 (update) File : nvt/gb_suse_2012_0590_1.nasl |
2012-10-03 | Name : Gentoo Security Advisory GLSA 201209-24 (PostgreSQL) File : nvt/glsa_201209_24.nasl |
2012-09-26 | Name : Gentoo Security Advisory GLSA 201209-03 (php) File : nvt/glsa_201209_03.nasl |
2012-09-25 | Name : Mac OS X v10.6.8 Multiple Vulnerabilities (2012-004) File : nvt/gb_macosx_su12-004.nasl |
2012-09-24 | Name : PHP 'main/SAPI.c' HTTP Header Injection Vulnerability File : nvt/gb_php_http_header_injection_vuln_win.nasl |
2012-09-22 | Name : Ubuntu Update for php5 USN-1569-1 File : nvt/gb_ubuntu_USN_1569_1.nasl |
2012-09-19 | Name : FreeBSD Ports: php5-sqlite File : nvt/freebsd_php5-sqlite.nasl |
2012-09-19 | Name : FreeBSD Ports: php5 File : nvt/freebsd_php520.nasl |
2012-09-10 | Name : Slackware Advisory SSA:2011-210-01 libpng File : nvt/esoft_slk_ssa_2011_210_01.nasl |
2012-09-10 | Name : Slackware Advisory SSA:2011-237-01 php File : nvt/esoft_slk_ssa_2011_237_01.nasl |
2012-09-10 | Name : Slackware Advisory SSA:2012-041-02 php File : nvt/esoft_slk_ssa_2012_041_02.nasl |
2012-09-10 | Name : Slackware Advisory SSA:2012-204-01 php File : nvt/esoft_slk_ssa_2012_204_01.nasl |
2012-09-07 | Name : FreeBSD Ports: php5 File : nvt/freebsd_php519.nasl |
2012-08-30 | Name : Debian Security Advisory DSA 2527-1 (php5) File : nvt/deb_2527_1.nasl |
2012-08-30 | Name : Fedora Update for maniadrive FEDORA-2012-10936 File : nvt/gb_fedora_2012_10936_maniadrive_fc17.nasl |
2012-08-30 | Name : Fedora Update for php FEDORA-2012-10936 File : nvt/gb_fedora_2012_10936_php_fc17.nasl |
2012-08-30 | Name : Fedora Update for postgresql FEDORA-2012-12156 File : nvt/gb_fedora_2012_12156_postgresql_fc16.nasl |
2012-08-30 | Name : Fedora Update for postgresql FEDORA-2012-12165 File : nvt/gb_fedora_2012_12165_postgresql_fc17.nasl |
2012-08-30 | Name : Fedora Update for maniadrive FEDORA-2012-6869 File : nvt/gb_fedora_2012_6869_maniadrive_fc17.nasl |
2012-08-30 | Name : Fedora Update for php FEDORA-2012-6869 File : nvt/gb_fedora_2012_6869_php_fc17.nasl |
2012-08-30 | Name : Fedora Update for maniadrive FEDORA-2012-7628 File : nvt/gb_fedora_2012_7628_maniadrive_fc17.nasl |
2012-08-30 | Name : Fedora Update for php FEDORA-2012-7628 File : nvt/gb_fedora_2012_7628_php_fc17.nasl |
2012-08-30 | Name : Fedora Update for postgresql FEDORA-2012-8924 File : nvt/gb_fedora_2012_8924_postgresql_fc17.nasl |
2012-08-30 | Name : Fedora Update for gd FEDORA-2012-9298 File : nvt/gb_fedora_2012_9298_gd_fc17.nasl |
Information Assurance Vulnerability Management (IAVM)
id | Description |
---|---|
2015-A-0222 | Multiple Security Vulnerabilities in Apple iOS Severity: Category I - VMSKEY: V0061471 |
2015-B-0108 | Multiple Vulnerabilities in PHP Severity: Category I - VMSKEY: V0061365 |
2015-A-0199 | Multiple Vulnerabilities in Apple Mac OS X Severity: Category I - VMSKEY: V0061337 |
2014-B-0086 | Multiple Vulnerabilities in PHP Severity: Category I - VMSKEY: V0052897 |
2014-B-0053 | PHP Privilege Escalation Vulnerability Severity: Category I - VMSKEY: V0050233 |
2014-B-0021 | Multiple Vulnerabilities in PHP Severity: Category I - VMSKEY: V0044541 |
2014-A-0030 | Apple Mac OS X Security Update 2014-001 Severity: Category I - VMSKEY: V0044547 |
2013-A-0179 | Apple Mac OS X Security Update 2013-004 Severity: Category I - VMSKEY: V0040373 |
2013-B-0093 | Multiple Vulnerabilities in PHP Severity: Category I - VMSKEY: V0040108 |
Snort® IPS/IDS
Date | Description |
---|---|
2014-01-10 | php.cgi access RuleID : 824-community - Type : SERVER-WEBAPP - Revision : 27 |
2014-01-10 | php.cgi access RuleID : 824 - Type : SERVER-WEBAPP - Revision : 27 |
2020-07-30 | PHP php_strip_tags_ex function out-of-bounds read attempt RuleID : 54406 - Type : SERVER-WEBAPP - Revision : 1 |
2020-07-30 | PHP php_strip_tags_ex function out-of-bounds read attempt RuleID : 54405 - Type : SERVER-WEBAPP - Revision : 1 |
2020-01-14 | PHP malformed quoted printable denial of service attempt RuleID : 52454 - Type : SERVER-WEBAPP - Revision : 1 |
2019-12-10 | PHP FPM env_path_info buffer underflow attempt RuleID : 52123 - Type : SERVER-WEBAPP - Revision : 1 |
2019-11-19 | PHP tag depth heap memory corruption attempt RuleID : 51930 - Type : SERVER-WEBAPP - Revision : 1 |
2019-10-23 | PHP http fopen stack buffer overflow attempt RuleID : 51578 - Type : SERVER-WEBAPP - Revision : 1 |
2019-05-07 | PHP gdImageColorMatch heap buffer overflow file download attempt RuleID : 49673 - Type : SERVER-OTHER - Revision : 1 |
2019-05-07 | PHP gdImageColorMatch heap buffer overflow file upload attempt RuleID : 49672 - Type : SERVER-OTHER - Revision : 1 |
2018-12-11 | CVE PHP infinite loop from use of stream filter and convert.iconv file upload... RuleID : 48354 - Type : SERVER-WEBAPP - Revision : 2 |
2018-08-16 | PHP phar extension remote code execution attempt RuleID : 47207 - Type : SERVER-WEBAPP - Revision : 2 |
2018-08-14 | PHP unserialize integer overflow attempt RuleID : 47156 - Type : SERVER-WEBAPP - Revision : 1 |
2018-08-14 | PHP unserialize integer overflow attempt RuleID : 47155 - Type : SERVER-WEBAPP - Revision : 1 |
2018-06-26 | PHP .phar cross site scripting attempt RuleID : 46808 - Type : SERVER-WEBAPP - Revision : 2 |
2018-06-05 | PHP unserialize integer overflow attempt RuleID : 46470 - Type : SERVER-WEBAPP - Revision : 4 |
2018-06-05 | PHP unserialize integer overflow attempt RuleID : 46469 - Type : SERVER-WEBAPP - Revision : 3 |
2018-05-23 | libgd heap-overflow attempt RuleID : 46377-community - Type : SERVER-OTHER - Revision : 2 |
2018-05-22 | libgd heap-overflow attempt RuleID : 46377 - Type : SERVER-OTHER - Revision : 2 |
2018-05-23 | libgd heap-overflow attempt RuleID : 46376-community - Type : SERVER-OTHER - Revision : 2 |
2018-05-22 | libgd heap-overflow attempt RuleID : 46376 - Type : SERVER-OTHER - Revision : 2 |
2018-03-29 | PHP unserialize integer overflow attempt RuleID : 45769 - Type : SERVER-WEBAPP - Revision : 4 |
2018-03-29 | PHP unserialize integer overflow attempt RuleID : 45768 - Type : SERVER-WEBAPP - Revision : 4 |
2018-03-20 | PHP php_mime_split multipart file upload buffer overflow attempt RuleID : 45676 - Type : SERVER-WEBAPP - Revision : 2 |
2017-12-13 | PHP unserialize call SPL ArrayObject and SPLObjectStorage memory corruption a... RuleID : 44749 - Type : SERVER-WEBAPP - Revision : 2 |
Nessus® Vulnerability Scanner
id | Description |
---|---|
2019-01-14 | Name: The remote Amazon Linux AMI host is missing a security update. File: ala_ALAS-2019-1147.nasl - Type: ACT_GATHER_INFO |
2019-01-03 | Name: The remote Fedora host is missing a security update. File: fedora_2018-1aeac808ce.nasl - Type: ACT_GATHER_INFO |
2019-01-03 | Name: The remote Fedora host is missing a security update. File: fedora_2018-791c3cfe21.nasl - Type: ACT_GATHER_INFO |
2019-01-03 | Name: The remote Fedora host is missing a security update. File: fedora_2018-7ebfe1e6f2.nasl - Type: ACT_GATHER_INFO |
2019-01-03 | Name: The remote Fedora host is missing a security update. File: fedora_2018-b6072889db.nasl - Type: ACT_GATHER_INFO |
2019-01-03 | Name: The remote Fedora host is missing a security update. File: fedora_2018-dfe1f0bac6.nasl - Type: ACT_GATHER_INFO |
2019-01-03 | Name: The remote Fedora host is missing a security update. File: fedora_2018-ee6707d519.nasl - Type: ACT_GATHER_INFO |
2018-12-17 | Name: The remote Debian host is missing a security update. File: debian_DLA-1608.nasl - Type: ACT_GATHER_INFO |
2018-12-11 | Name: The remote Debian host is missing a security-related update. File: debian_DSA-4353.nasl - Type: ACT_GATHER_INFO |
2018-12-03 | Name: The remote Gentoo host is missing one or more security-related patches. File: gentoo_GLSA-201812-01.nasl - Type: ACT_GATHER_INFO |
2018-10-26 | Name: The remote EulerOS Virtualization host is missing a security update. File: EulerOS_SA-2018-1325.nasl - Type: ACT_GATHER_INFO |
2018-10-19 | Name: The remote Amazon Linux AMI host is missing a security update. File: ala_ALAS-2018-1090.nasl - Type: ACT_GATHER_INFO |
2018-09-27 | Name: The remote EulerOS host is missing a security update. File: EulerOS_SA-2018-1309.nasl - Type: ACT_GATHER_INFO |
2018-09-27 | Name: The remote EulerOS host is missing a security update. File: EulerOS_SA-2018-1310.nasl - Type: ACT_GATHER_INFO |
2018-09-24 | Name: The remote Fedora host is missing a security update. File: fedora_2018-25100b492c.nasl - Type: ACT_GATHER_INFO |
2018-09-20 | Name: The remote Debian host is missing a security update. File: debian_DLA-1509.nasl - Type: ACT_GATHER_INFO |
2018-09-18 | Name: The remote EulerOS Virtualization host is missing a security update. File: EulerOS_SA-2018-1249.nasl - Type: ACT_GATHER_INFO |
2018-09-04 | Name: The remote Debian host is missing a security update. File: debian_DLA-1490.nasl - Type: ACT_GATHER_INFO |
2018-08-24 | Name: The remote Amazon Linux AMI host is missing a security update. File: ala_ALAS-2018-1066.nasl - Type: ACT_GATHER_INFO |
2018-08-24 | Name: The remote Amazon Linux AMI host is missing a security update. File: ala_ALAS-2018-1067.nasl - Type: ACT_GATHER_INFO |
2018-08-17 | Name: The remote PhotonOS host is missing multiple security updates. File: PhotonOS_PHSA-2017-0021.nasl - Type: ACT_GATHER_INFO |
2018-08-17 | Name: The remote PhotonOS host is missing multiple security updates. File: PhotonOS_PHSA-2017-0029.nasl - Type: ACT_GATHER_INFO |
2018-08-15 | Name: The remote device is missing a vendor-supplied security patch. File: f5_bigip_SOL16845.nasl - Type: ACT_GATHER_INFO |
2018-08-10 | Name: The remote EulerOS host is missing a security update. File: EulerOS_SA-2018-1224.nasl - Type: ACT_GATHER_INFO |
2018-07-06 | Name: The remote Debian host is missing a security-related update. File: debian_DSA-4240.nasl - Type: ACT_GATHER_INFO |