Lucene search
+L

866 matches found

Ubuntu
Ubuntu
added 2005/03/18 11:22 p.m.81 views

USN-99-1: PHP4 vulnerabilities

Stefano Di Paola discovered integer overflows in PHP's pack and unpack functions. A malicious PHP script could exploit these to break out of safe mode and execute arbitrary code with the privileges of the PHP interpreter. CAN-2004-1018 Note: The second part of CAN-2004-1018 buffer overflow in the...

10CVSS6.4AI score0.1616EPSS
SaveExploits2
RedHat Linux
RedHat Linux
added 2005/02/15 9:23 a.m.11 views

security flaw

Multiple integer handling errors in PHP before 4.3.10 allow attackers to bypass safe mode restrictions, cause a denial of service, or execute arbitrary code via 1 a negative offset value to the shmopwrite function, 2 an "integer overflow/underflow" in the pack function, or 3 an "integer...

10CVSS6.6AI score0.1616EPSS
SaveExploits2References4
UbuntuCve
UbuntuCve
added 2005/01/10 5:00 a.m.39 views

CVE-2004-1063

PHP 4.x to 4.3.9, and PHP 5.x to 5.0.2, when running in safe mode on a multithreaded Unix webserver, allows local users to bypass safemodeexecdir restrictions and execute commands outside of the intended safemodeexecdir via shell metacharacters in the current directory name. NOTE: this issue was...

10CVSS6AI score0.04181EPSS
SaveExploits0References2
NVD
NVD
added 2005/01/10 5:00 a.m.29 views

CVE-2004-1018

Multiple integer handling errors in PHP before 4.3.10 allow attackers to bypass safe mode restrictions, cause a denial of service, or execute arbitrary code via 1 a negative offset value to the shmopwrite function, 2 an "integer overflow/underflow" in the pack function, or 3 an "integer...

10CVSS7.6AI score0.1616EPSS
SaveExploits2References15
UbuntuCve
UbuntuCve
added 2005/01/10 5:00 a.m.34 views

CVE-2004-1018

Multiple integer handling errors in PHP before 4.3.10 allow attackers to bypass safe mode restrictions, cause a denial of service, or execute arbitrary code via 1 a negative offset value to the shmopwrite function, 2 an "integer overflow/underflow" in the pack function, or 3 an "integer...

10CVSS6.3AI score0.1616EPSS
SaveExploits2References2
NVD
NVD
added 2005/01/10 5:00 a.m.24 views

CVE-2004-1064

The safe mode checks in PHP 4.x to 4.3.9 and PHP 5.x to 5.0.2 truncate the file path before passing the data to the realpath function, which could allow attackers to bypass safe mode. NOTE: this issue was originally REJECTed by its CNA before publication, but that decision is in active dispute...

10CVSS6.3AI score0.03735EPSS
SaveExploits0References12
NVD
NVD
added 2005/01/10 5:00 a.m.21 views

CVE-2004-1063

PHP 4.x to 4.3.9, and PHP 5.x to 5.0.2, when running in safe mode on a multithreaded Unix webserver, allows local users to bypass safemodeexecdir restrictions and execute commands outside of the intended safemodeexecdir via shell metacharacters in the current directory name. NOTE: this issue was...

10CVSS6.5AI score0.04181EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2005/01/10 5:00 a.m.39 views

CVE-2004-1064

The safe mode checks in PHP 4.x to 4.3.9 and PHP 5.x to 5.0.2 truncate the file path before passing the data to the realpath function, which could allow attackers to bypass safe mode. NOTE: this issue was originally REJECTed by its CNA before publication, but that decision is in active dispute...

10CVSS5.9AI score0.03735EPSS
SaveExploits0References3
NVD
NVD
added 2004/12/31 5:00 a.m.16 views

CVE-2004-2692

The execdir PHP patch php-exec-dir 4.3.2 through 4.3.7 with safe mode disabled allows remote attackers to bypass restrictions and execute arbitrary commands via a backtick operator, which is not handled using the phpescapeshellcmd function...

9.3CVSS7.7AI score0.04506EPSS
SaveExploits2References8
securityvulns
securityvulns
added 2004/12/23 12:00 a.m.27 views

Multiple PHP bugs

Integer overflow leading to memory content leak, safe mode protection bypass, openlog buffer overflow, etc...

3.5AI score
SaveExploits0References6Affected Software1
RedHat Linux
RedHat Linux
added 2004/12/21 6:52 p.m.14 views

security flaw

Multiple integer handling errors in PHP before 4.3.10 allow attackers to bypass safe mode restrictions, cause a denial of service, or execute arbitrary code via 1 a negative offset value to the shmopwrite function, 2 an "integer overflow/underflow" in the pack function, or 3 an "integer...

10CVSS6.6AI score0.1616EPSS
SaveExploits2References4
securityvulns
securityvulns
added 2004/12/21 12:00 a.m.37 views

PHP shmop.c module permits write of arbitrary memory.

Hi list-eners, ========================================================== Title: Php shmop write of arbitrary memory - Safe Mode Bypass Affected: Php = 5.0.2 & 4.3.9 if shmop module is loaded. Vulnerability Type: Input Validation - write of arbitrary memory ==Summary Shared Memory PHP Module has ...

SaveExploits0
exploitpack
exploitpack
added 2004/12/20 12:00 a.m.39 views

PHP 4.x5.0 Shared Memory Module - Offset Memory Corruption

PHP 4.x5.0 Shared Memory Module - Offset Memory Corruption source: https://www.securityfocus.com/bid/12045/info PHP shared memory module shmop is reported prone to an integer handling vulnerability. The issue exists in the PHPFUNCTIONshmopwrite function and is as a result of a lack of sufficient...

0.3AI score
SaveExploits0
Exploit DB
Exploit DB
added 2004/12/20 12:00 a.m.36 views

PHP 4.x/5.0 Shared Memory Module - Offset Memory Corruption

source: https://www.securityfocus.com/bid/12045/info PHP shared memory module shmop is reported prone to an integer handling vulnerability. The issue exists in the PHPFUNCTIONshmopwrite function and is as a result of a lack of sufficient sanitization performed on 'offset' data. This vulnerability...

5.8AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2004/12/19 12:00 a.m.66 views

GLSA-200412-14 : PHP: Multiple vulnerabilities

The remote host is affected by the vulnerability described in GLSA-200412-14 PHP: Multiple vulnerabilities Stefan Esser and Marcus Boerger reported several different issues in the unserialize function, including serious exploitable bugs in the way it handles negative references CAN-2004-1019...

10CVSS8.1AI score0.10042EPSS
SaveExploits2References9
FreeBSD
FreeBSD
added 2004/12/13 12:00 a.m.72 views

phpmyadmin -- command execution vulnerability

A phpMyAdmin security announcement reports: Command execution: since phpMyAdmin 2.6.0-pl2, on a system where external MIME-based transformations are activated, an attacker can put into MySQL data an offensive value that starts a shell command when browsed. Enabling PHP safe mode on the server can...

10CVSS3.3AI score0.11592EPSS
SaveExploits1References2
CVE
CVE
added 2004/12/08 5:00 a.m.114 views

CVE-2004-1018

CVE-2004-1018 affects PHP versions before 4.3.10, due to integer handling errors in shmop_write, pack, and unpack. These flaws could allow a remote attacker to bypass safe mode restrictions, cause denial of service, or execute arbitrary code. Several advisories (Ubuntu USN-99-1, Red Hat RHSA advi...

10CVSS7.4AI score0.1616EPSS
SaveExploits2References15Affected Software1
Cvelist
Cvelist
added 2004/12/08 5:00 a.m.37 views

CVE-2004-1064

The safe mode checks in PHP 4.x to 4.3.9 and PHP 5.x to 5.0.2 truncate the file path before passing the data to the realpath function, which could allow attackers to bypass safe mode. NOTE: this issue was originally REJECTed by its CNA before publication, but that decision is in active dispute...

6.1AI score0.03735EPSS
SaveExploits0References12
CVE
CVE
added 2004/12/08 5:00 a.m.89 views

CVE-2004-1064

CVE-2004-1064 affects PHP 4.x up to 4.3.9 and PHP 5.x up to 5.0.2, where safe mode checks truncate the file path before feeding data to realpath, enabling a bypass of safe mode. The vulnerability is a path-length-related bypass of restriction checks, potentially allowing unauthorized access or ex...

10CVSS6.2AI score0.03735EPSS
SaveExploits0References12Affected Software1
Cvelist
Cvelist
added 2004/12/08 5:00 a.m.40 views

CVE-2004-1063

PHP 4.x to 4.3.9, and PHP 5.x to 5.0.2, when running in safe mode on a multithreaded Unix webserver, allows local users to bypass safemodeexecdir restrictions and execute commands outside of the intended safemodeexecdir via shell metacharacters in the current directory name. NOTE: this issue was...

6.3AI score0.04181EPSS
SaveExploits0References12
Rows per page
Query Builder