| OSVDB ID | Disclosure Date | Title |
|
32781
Description:
PHP contains a flaw that may allow a malicious user to access arbitrary memory addresses. The issue is due to the shared memory (shmop) function failing to verify if the type of resource supplied is a shmop resource. By using other types of resources it is possible to read and write to shared memory addresses resulting in a loss of integrity and/or availability.
|
2007-03-08
|
PHP shmop Function Arbitrary Memory Manipulation
|
|
32780
Description:
An information leak vulnerability exists in PHP. An integer overflow which occurs while performing sanity checks on the input parameters to the substr_compare() function makes it possible to compare offsets outside of the allocated buffer. This allows memory access outside the buffer and the retrieval of sensitive information, leading to a loss of confidentiality.
|
2007-03-07
|
PHP substr_compare() Function Arbitrary Memory Disclosure
|
|
32779
Description:
PHP contains a flaw that may allow a context-dependent attacker to gain elevated privileges. The issue is due to the ovrimos_longreadlen function in the Ovrimos Extension not properly sanitizing user-supplied input. This may allow an attacker to manipulate arbitrary portions of system memory and execute code.
|
2007-03-06
|
PHP Ovrimos Extension ovrimos_longreadlen Function Arbitrary Memory Manipulation
|
|
32773
Description:
Zend Platform contains a flaw that may allow a malicious user to gain access to unauthorized privileges. A local user can trigger this issue by using the ini_modifier utility's -f parameter to edit a copy of php.ini, which is responsible for loading of PHP extensions that run with root credentials, performing a symlink attack using the directory that contains the attacker-controlled php.ini file, and then linking this directory to /usr/local/Zend/etc. Upon server restart, the injected malicious PHP extensions will be run with root credentials. This flaw may lead to a loss of integrity.
|
2007-01-26
|
Zend Platform ini_modifier Authentication Bypass Local Privilege Escalation
|
|
29893
Description:
Serendipity contains a flaw that allows a remote cross site scripting attack. This flaw exists because the application does not validate unspecified variables upon submission to the administration back-end script. This could allow a user to create a specially crafted URL that would execute arbitrary code in a user's browser within the trust relationship between the browser and the server, leading to a loss of integrity.
|
2006-10-19
|
Serendipity Media Manager Administration Page Multiple Parameter XSS
|
|
28230
Description:
Zend Platform contains a flaw that may allow a malicious user to execute arbitrary code. The issue is triggered when the value in the 'PHPSESSID' variable is a 0 length session identifier or a very long session identifier. It is possible that the flaw may allow an attacker to execute arbitrary code resulting in a loss of integrity.
|
2006-08-24
|
Zend Platform Session Clustering Daemon PHP Session Identifier Overflow
|
|
28231
Description:
A remote overflow exists in Zend Platform. The 'mod_cluster' module fails to handle PHP sessions with an overly long or a zero-length session identifier resulting in a buffer overflow. With a specially crafted request, an attacker can cause a arbitrary code execution resulting in a loss of integrity.
|
2006-08-24
|
Zend Platform mod_cluster Module PHP Session Identifier Overflow
|
|
28232
Description:
Zend Platform contains a flaw that allows a remote attacker to create arbitrary files on the hard disk, via the PHP session identifier. The issue is due to an error in the disk storage module, and may result in a loss of integrity.
|
2006-08-24
|
Zend Platform PHP Session Identifier Traversal Arbitrary File Overwrite
|
|
28233
Description:
Zend Platform contains a flaw that may allow a malicious user to hijack an existing session. The flaw exists because the product uses non-standard characters in its creation of PHP session IDs. It is possible that the flaw may allow injection of arbitrary code into the session file resulting in a loss of integrity.
|
2006-08-24
|
Zend Platform ZendSession Manager Directory Traversal PHP Session Hijack
|
|
24072
Description:
A remote overflow exists in KisMAC. KisMAC fails to check boundary in the "WavePacket:parseTaggedData()" function when parsing the Cisco vendor tag for additional SSIDs in a received 802.11 management frame resulting in a stack-based buffer overflow. With a specially crafted set of management frames that are sent onto the wireless network while the user is performing a passive network scan or tricking the user into opening a malicious pcap file, an attacker can cause arbitrary code execution resulting in a loss of integrity, and/or availability.
|
2006-03-23
|
KisMAC 80211 Management Frame Cisco Vendor Tag SSID Value Overflow
|
|
22117
Description:
TinyMCE Compressor contains a flaw that allows a remote cross site scripting attack. This flaw exists because the application does not validate the 'index' variable and others upon submission. This could allow a user to create a specially crafted URL that would execute arbitrary code in a user's browser within the trust relationship between the browser and the server, leading to a loss of integrity.
|
2005-12-29
|
TinyMCE Compressor Editor Imported Content XSS
|
|
20559
Description:
PHPKIT contains a flaw that allows a remote cross site scripting attack. This flaw exists because the application does not validate the "Homepage" variable upon submission to the guestbook scripts. This could allow a user to create a specially crafted URL that would execute arbitrary code in a user's browser within the trust relationship between the browser and the server, leading to a loss of integrity.
|
2005-11-07
|
PHPKIT Guestbook Homepage Field XSS
|
|
20560
Description:
PHPKIT contains a flaw that may allow an attacker to carry out an SQL injection attack. The issue is due to the userinfo.php script not properly sanitizing user-supplied input to the "id" variable. This may allow an attacker to inject or manipulate SQL queries in the back-end database.
|
2005-11-07
|
PHPKIT userinfo.php id Parameter SQL Injection
|
|
20561
Description:
PHPKIT contains a flaw that may allow an attacker to carry out an SQL injection attack. The issue is due to the include.php script not properly sanitizing user-supplied input to the Session ID field. This may allow an attacker to inject or manipulate SQL queries, or delete arbitrary data rows from the back-end database.
|
2005-11-07
|
PHPKIT include.php Session ID SQL Injection
|
|
20562
Description:
PHPKIT contains a flaw that may allow a remote attacker to execute arbitrary commands. The issue is due to its subsystem not properly sanitizing user input supplied to the "path" variable. This may allow a remote attacker to send a specially-crafted URL to include a file from the local host that contains arbitrary commands which will be executed by the vulnerable script.
|
2005-11-07
|
PHPKIT include.php path Parameter Local File Inclusion
|
|
20563
Description:
PHPKIT contains a flaw that allows remote code execution. This flaw exists because the application does not validate variables upon submission to the scripts utilizing its template engine. This could allow a user to execute remote code, leading to a loss of integrity.
|
2005-11-07
|
PHPKIT Help Function Arbitrary PHP Code Execution
|
|
20386
Description:
phpBB contains a flaw that may allow a remote attacker to bypass the globals deregistration code. The issue is triggered due to an error where global variables defined by the user are not properly unset. It is possible that the flaw may allow cross site scripting and SQL injection attacks, and/or execution of arbitrary PHP code resulting in a loss of integrity.
|
2005-10-31
|
phpBB GPC Variable Set register_globals Bypass
|
|
20387
Description:
phpBB contains a flaw that allows a remote cross site scripting attack. This flaw exists because the application does not validate 'error_msg' variables upon submission to the 'usercp_register.php' script. This could allow a user to create a specially crafted URL that would execute arbitrary code in a user's browser within the trust relationship between the browser and the server, leading to a loss of integrity.
|
2005-10-31
|
phpBB usercp_register.php error_msg Parameter XSS
|
|
20388
Description:
phpBB contains a flaw that allows a remote cross site scripting attack. This flaw exists because the application does not validate the 'forward_page' variable upon submission to the 'login.php' script. This could allow a user to create a specially crafted URL that would execute arbitrary code in a user's browser within the trust relationship between the browser and the server, leading to a loss of integrity.
|
2005-10-31
|
phpBB login.php forward_page Parameter XSS
|
|
20389
Description:
phpBB contains a flaw that allows a remote cross site scripting attack. This flaw exists because the application does not validate the 'list_cat' variable upon submission to the 'search.php' script. This could allow a user to create a specially crafted URL that would execute arbitrary code in a user's browser within the trust relationship between the browser and the server, leading to a loss of integrity.
|
2005-10-31
|
phpBB search.php list_cat Parameter XSS
|
|
20390
Description:
phpBB contains a flaw that may allow an attacker to carry out an SQL injection attack. The issue is due to the 'usercp_register.php' script not properly sanitizing user-supplied input to the 'signature_bbcode_uid' variable. This may allow an attacker to inject or manipulate SQL queries in the back-end database.
|
2005-10-31
|
phpBB usercp_register.php signature_bbcode_uid Parameter SQL Injection
|
|
20391
Description:
phpbb contains a flaw that allows remote code execution. This flaw exists because the application does not validate the 'signature_bbcode_uid' variable upon submission to the 'usercp_register.php' script. This could allow a user to execute remote code, leading to a loss of integrity.
|
2005-10-31
|
phpBB usercp_register.php signature_bbcode_uid Variable Arbitrary PHP Code Execution
|
|
20413
Description:
phpBB contains a flaw that may allow a remote attacker to bypass the globals deregistration code (register_globals). The flaw exists because the application starts not knowing the values of the $_SESSION or $HTTP_SESSION_VARS variables. It is possible a user can supply arbitrary values to these variables which will cause the register_globals setting to be ignored, allowing for cross-site scripting or SQL injection attacks.
|
2005-10-31
|
phpBB Crafted HTTP_SESSION_VARS Variable register_globals Bypass
|
|
20414
Description:
phpBB contains a flaw that may allow a remote attacker to bypass the globals deregistration code (register_globals). The issue is triggered when the 'register_long_array' option is turned off making PHP not able to verify user-supplied input to the HTTP_* variables. It is possible that the flaw may result in cross site scripting and SQL injection attacks due to the lack of the register_globals function being honored.
|
2005-10-31
|
phpBB register_long_array register_globals Bypass
|
|
18889
Description:
XML-RPC for PHP (PHPXMLRPC) contains a flaw that may allow a remote attacker to execute arbitrary PHP code. The problem is that the library does not properly sanitizing certain XML tags that are nested in a parsed PHP document before being used in an 'eval()' call, which may allow a remote attacker to execute arbitrary PHP code resulting in a loss of integrity.
|
2005-08-15
|
XML-RPC for PHP (PHPXMLRPC) Nested XML Tags Arbitrary PHP Code Execution
|
|
17786
Description:
PunBB contains a flaw that may allow a remote authenticated attacker to execute arbitrary commands. The issue is due to pun_include not properly sanitizing user input supplied to the redirect_url variable. This may allow an attacker to include a malicious uploaded file such as a forum picture that contains arbitrary commands which will be executed by the vulnerable script.
|
2005-07-07
|
PunBB pun_include Command redirect_url Parameter Local File Inclusion
|
|
17719
Description:
Cacti contains a flaw that may allow a malicious user to gain access to unauthorized privileges. The issue is triggered when an attacker uses the no_http_headers variable to bypass normal authentication, and gain administrative privileges. This flaw may lead to a loss of integrity.
|
2005-07-02
|
Cacti no_http_headers Session Variable Modification Remote Privilege Escalation
|
|
17398
Description:
Trac contains a flaw that may allow a malicious user to upload and access arbitrary file. The issue is due to insufficient validation of 'id' variable. An attacker can supply arbitrary paths to attachement upload and viewer scripts, resulting in a loss of integrity.
|
2005-06-19
|
Trac id Variable Arbitrary File Upload / Access
|