Lucene search
K

24 matches found

OpenVAS
OpenVAS
added 2020/01/23 12:0 a.m.51 views

Huawei EulerOS: Security Advisory for php (EulerOS-SA-2019-1543)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2020 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS8.1AI score0.8832EPSS
Exploits34References2
Veracode
Veracode
added 2019/05/02 5:40 a.m.47 views

Integer Overflow

PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. A flaw was found in the way PHP parsed multipart HTTP POST requests. A specially crafted request could cause PHP to use an excessive amount of CPU time. CVE-2015-4024 An uninitialized pointer use flaw was found ...

9.8CVSS9.2AI score0.69613EPSS
Exploits31References17Affected Software4
Veracode
Veracode
added 2019/05/02 5:39 a.m.51 views

Arbitrary File Write

PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. A flaw was found in the way the PHP module for the Apache httpd web server handled pipelined requests. A remote attacker could use this flaw to trigger the execution of a PHP script in a deinitialized interprete...

9.8CVSS9.1AI score0.69613EPSS
Exploits19References18Affected Software3
Veracode
Veracode
added 2019/05/02 5:39 a.m.50 views

Improper Input Validation

PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. A flaw was found in the way the PHP module for the Apache httpd web server handled pipelined requests. A remote attacker could use this flaw to trigger the execution of a PHP script in a deinitialized interprete...

9.8CVSS9.1AI score0.69613EPSS
Exploits19References14Affected Software4
Veracode
Veracode
added 2019/01/15 9:6 a.m.24 views

Denial Of Service (DoS)

php is vulnerable to denial of service. A flaw was found in the way PHP parsed multipart HTTP POST requests. A specially crafted request could cause PHP to use an excessive amount of CPU time. An integer overflow flaw leading to a heap-based buffer overflow was found in the way PHP's FTP extensio...

5CVSS8.8AI score0.26929EPSS
Exploits1References20Affected Software4
OpenVAS
OpenVAS
added 2015/09/08 12:0 a.m.52 views

Amazon Linux: Security Advisory (ALAS-2015-536)

The remote host is missing an update for the SPDX-FileCopyrightText: 2015 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.8CVSS8AI score0.69613EPSS
Exploits7References2
securityvulns
securityvulns
added 2015/08/31 12:0 a.m.153 views

[SECURITY] [DSA 3344-1] php5 security update

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 - ------------------------------------------------------------------------- Debian Security Advisory DSA-3344-1 [email protected] https://www.debian.org/security/ Sebastien Delafond August 27, 2015 https://www.debian.org/security/faq -...

10CVSS1.8AI score0.10384EPSS
Exploits2
Tenable Nessus
Tenable Nessus
added 2015/07/13 12:0 a.m.53 views

Scientific Linux Security Update : php on SL6.x i386/x86_64 (20150709)

A flaw was found in the way PHP parsed multipart HTTP POST requests. A specially crafted request could cause PHP to use an excessive amount of CPU time. CVE-2015-4024 An uninitialized pointer use flaw was found in PHP's Exif extension. A specially crafted JPEG or TIFF file could cause a PHP...

10CVSS8AI score0.69613EPSS
Exploits30References25
RedHat Linux
RedHat Linux
added 2015/07/09 6:53 p.m.68 views

Moderate: Red Hat Security Advisory: php54-php security update

Updated php54-php packages that fix multiple security issues are now available for Red Hat Software Collections 2. Red Hat Product Security has rated this update as having Moderate security impact. Common Vulnerability Scoring System CVSS base scores, which give detailed severity ratings, are...

9.8CVSS7.5AI score0.69613EPSS
Exploits6References7
RedHat Linux
RedHat Linux
added 2015/07/09 5:1 p.m.2 views

php: integer overflow in ftp_genlist() resulting in heap overflow (improved fix for CVE-2015-4022)

Integer overflow in the ftpgenlist function in ext/ftp/ftp.c in PHP before 5.4.42, 5.5.x before 5.5.26, and 5.6.x before 5.6.10 allows remote FTP servers to execute arbitrary code via a long reply to a LIST command, leading to a heap-based buffer overflow. NOTE: this vulnerability exists because ...

9.8CVSS8AI score0.12085EPSS
Exploits2References4
RedHat Linux
RedHat Linux
added 2015/06/25 8:31 a.m.1 views

php: integer overflow leading to heap overflow when reading FTP file listing

An integer overflow flaw leading to a heap-based buffer overflow was found in the way PHP's FTP extension parsed file listing FTP server responses. A malicious FTP server could use this flaw to cause a PHP application to crash or, possibly, execute arbitrary code...

7.5CVSS7.6AI score0.12085EPSS
Exploits1References4
Tenable Nessus
Tenable Nessus
added 2015/06/04 12:0 a.m.59 views

Amazon Linux AMI : php56 (ALAS-2015-536)

An integer underflow flaw leading to out-of-bounds memory access was found in the way PHP's Phar extension parsed Phar archives. A specially crafted archive could cause PHP to crash or, possibly, execute arbitrary code when opened. CVE-2015-4021 An integer overflow flaw leading to a heap based...

7.8CVSS7.8AI score0.69613EPSS
Exploits7References8
Amazon
Amazon
added 2015/06/02 12:0 a.m.72 views

Medium: php55

Issue Overview: An integer underflow flaw leading to out-of-bounds memory access was found in the way PHP's Phar extension parsed Phar archives. A specially crafted archive could cause PHP to crash or, possibly, execute arbitrary code when opened. CVE-2015-4021 An integer overflow flaw leading to...

7.5CVSS9.8AI score0.69613EPSS
Exploits5
Hacker One
Hacker One
added 2015/04/28 12:0 a.m.103 views

Internet Bug Bounty: Integer overflow in ftp_genlist() resulting in heap overflow

https://bugs.php.net/bug.php?id=69545 Description: ------------ The ftpgenlist function of the ftp extension is prone to an integer overflow, which may result in remote code execution. ext/ftp/ftp.c:ftpgenlist... 1826 size = 0; 1827 lines = 0; 1828 lastch = 0; 1829 while rcvd = myrecvftp, data-fd...

7.5CVSS8.9AI score0.12085EPSS
Exploits1
Tenable Nessus
Tenable Nessus
added 2013/07/12 12:0 a.m.47 views

Oracle Linux 3 : php (ELSA-2007-0889)

From Red Hat Security Advisory 2007:0889 : Updated PHP packages that fix several security issues are now available for Red Hat Enterprise Linux 3. This update has been rated as having moderate security impact by the Red Hat Security Response Team. PHP is an HTML-embedded scripting language common...

7.5CVSS7.1AI score0.25241EPSS
Exploits1References9
Tenable Nessus
Tenable Nessus
added 2013/07/12 12:0 a.m.44 views

Oracle Linux 4 : php (ELSA-2007-0349)

From Red Hat Security Advisory 2007:0349 : Updated PHP packages that fix two security issues are now available for Red Hat Enterprise Linux 4. This update has been rated as having important security impact by the Red Hat Security Response Team. PHP is an HTML-embedded scripting language commonly...

7.5CVSS6.3AI score0.07583EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2012/08/01 12:0 a.m.43 views

Scientific Linux Security Update : php on SL3.x i386/x86_64

Various integer overflow flaws were found in the PHP gd extension script that could be forced to resize images from an untrusted source, possibly allowing a remote attacker to execute arbitrary code as the apache user. CVE-2007-3996 An integer overflow flaw was found in the PHP chunksplit functio...

7.5CVSS7AI score0.25241EPSS
Exploits1References9
OpenVAS
OpenVAS
added 2008/01/17 12:0 a.m.33 views

Debian Security Advisory DSA 1296-1 (php4)

The remote host is missing an update to php4 announced via advisory DSA 1296-1. OpenVAS Vulnerability Test $Id: deb12961.nasl 6616 2017-07-07 12:10:49Z cfischer $ Description: Auto-generated from advisory DSA 1296-1 Authors: Thomas Reinke Copyright: Copyright c 2007 E-Soft Inc...

2.6CVSS0.7AI score0.07583EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2007/10/25 12:0 a.m.47 views

RHEL 2.1 : php (RHSA-2007:0888)

Updated PHP packages that fix several security issues are now available for Red Hat Enterprise Linux 2.1 This update has been rated as having moderate security impact by the Red Hat Security Response Team. PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Web server...

6.8CVSS6AI score0.25241EPSS
Exploits1References11
Cent OS
Cent OS
added 2007/10/24 3:8 a.m.114 views

php security update

CentOS Errata and Security Advisory CESA-2007:0888-01 Updated PHP packages that fix several security issues are now available for Red Hat Enterprise Linux 2.1 This update has been rated as having moderate security impact by the Red Hat Security Response Team. PHP is an embedded-HTML scripting...

6.8CVSS6.1AI score0.25241EPSS
Exploits1References8
Rows per page
Query Builder