PHP up to 5.4.29/5.5.13 cdf.c cdf_read_property_info memory corruption

CVSS Meta Temp Score
CVSS is a standardized scoring system to determine possibilities of attacks. The Temp Score considers temporal factors like disclosure, exploit and countermeasures. The unique Meta Score calculates the average score of different sources to provide a normalized scoring system.
Current Exploit Price (≈)
Our analysts are monitoring exploit markets and are in contact with vulnerability brokers. The range indicates the observed or calculated exploit price to be seen on exploit markets. A good indicator to understand the monetary effort required for and the popularity of an attack.
CTI Interest Score
Our Cyber Threat Intelligence team is monitoring different web sites, mailing lists, exploit markets and social media networks. The CTI Interest Score identifies the interest of attackers and the security community for this specific vulnerability in real-time. A high score indicates an elevated risk to be targeted for this vulnerability.
4.6$0-$5k0.00

Summaryinfo

A vulnerability marked as problematic has been reported in PHP up to 5.4.29/5.5.13. Affected by this vulnerability is the function cdf_read_property_info of the file cdf.c. The manipulation leads to memory corruption. This vulnerability is traded as CVE-2014-0238. There is no exploit available. It is suggested to install a patch to address this issue.

Detailsinfo

A vulnerability was found in PHP up to 5.4.29/5.5.13 (Programming Language Software). It has been rated as problematic. This issue affects the function cdf_read_property_info of the file cdf.c. The manipulation with an unknown input leads to a memory corruption vulnerability. Using CWE to declare the problem leads to CWE-119. The product performs operations on a memory buffer, but it can read from or write to a memory location that is outside of the intended boundary of the buffer. Impacted is availability. The summary by CVE is:

the cdf_read_property_info function in cdf.c in the fileinfo component in php before 5.4.29 and 5.5.x before 5.5.13 allows remote attackers to cause a denial of service (infinite loop or out-of-bounds memory access) via a vector that (1) has zero length or (2) is too long.

The weakness was shared 05/22/2014 by Remi Collet as Sec Bug #67327 as confirmed bug report (Bug Tracker). The advisory is shared at bugs.php.net. The identification of this vulnerability is CVE-2014-0238 since 12/03/2013. The attack may be initiated remotely. No form of authentication is needed for a successful exploitation. Technical details are known, but no exploit is available. The following code is the reason for this vulnerability:

for (j = 0; j < nelements; j++, i++) {

The vulnerability scanner Nessus provides a plugin with the ID 74279 (Debian DSA-2943-1 : php5 - security update), which helps to determine the existence of the flaw in a target environment. It is assigned to the family Debian Local Security Checks and running in the context l. The commercial vulnerability scanner Qualys is able to test this issue with plugin 350336 (Amazon Linux Security Advisory for php: ALAS-2014-393).

Applying a patch is able to eliminate this problem. A possible mitigation has been published immediately after the disclosure of the vulnerability. The vulnerability will be addressed with the following lines of code:

for (j = 0; j < nelements && i < sh.sh_properties; 
   j++, i++) 
{

The vulnerability is also documented in the databases at X-Force (93755), Tenable (74279), SecurityFocus (BID 67765†), Secunia (SA58804†) and SecurityTracker (ID 1030321†). The entries VDB-11339, VDB-13405 and VDB-67624 are related to this item. If you want to get the best quality for vulnerability data then you always have to consider VulDB.

Productinfo

Type

Name

Version

License

Website

CPE 2.3info

CPE 2.2info

CVSSv4info

VulDB Vector: 🔍
VulDB Reliability: 🔍

CVSSv3info

VulDB Meta Base Score: 5.3
VulDB Meta Temp Score: 4.6

VulDB Base Score: 5.3
VulDB Temp Score: 4.6
VulDB Vector: 🔍
VulDB Reliability: 🔍

CVSSv2info

AVACAuCIA
💳💳💳💳💳💳
💳💳💳💳💳💳
💳💳💳💳💳💳
VectorComplexityAuthenticationConfidentialityIntegrityAvailability
UnlockUnlockUnlockUnlockUnlockUnlock
UnlockUnlockUnlockUnlockUnlockUnlock
UnlockUnlockUnlockUnlockUnlockUnlock

VulDB Base Score: 🔍
VulDB Temp Score: 🔍
VulDB Reliability: 🔍

NVD Base Score: 🔍

Exploitinginfo

Class: Memory corruption
CWE: CWE-119
CAPEC: 🔍
ATT&CK: 🔍

Physical: No
Local: No
Remote: Yes

Availability: 🔍
Status: Unproven

EPSS Score: 🔍
EPSS Percentile: 🔍

Price Prediction: 🔍
Current Price Estimation: 🔍

0-DayUnlockUnlockUnlockUnlock
TodayUnlockUnlockUnlockUnlock

Nessus ID: 74279
Nessus Name: Debian DSA-2943-1 : php5 - security update
Nessus File: 🔍
Nessus Risk: 🔍
Nessus Family: 🔍
Nessus Context: 🔍

OpenVAS ID: 702943
OpenVAS Name: Debian Security Advisory DSA 2943-1 (php5 - security update)
OpenVAS File: 🔍
OpenVAS Family: 🔍

Qualys ID: 🔍
Qualys Name: 🔍

Threat Intelligenceinfo

Interest: 🔍
Active Actors: 🔍
Active APT Groups: 🔍

Countermeasuresinfo

Recommended: Patch
Status: 🔍

Reaction Time: 🔍
0-Day Time: 🔍
Exposure Time: 🔍

Timelineinfo

12/03/2013 🔍
05/22/2014 +170 days 🔍
05/22/2014 +0 days 🔍
05/22/2014 +0 days 🔍
06/01/2014 +10 days 🔍
06/02/2014 +1 days 🔍
06/02/2014 +0 days 🔍
06/03/2014 +1 days 🔍
06/03/2014 +0 days 🔍
05/17/2018 +1444 days 🔍

Sourcesinfo

Product: php.org

Advisory: Sec Bug #67327
Researcher: Remi Collet
Status: Confirmed
Confirmation: 🔍

CVE: CVE-2014-0238 (🔍)
GCVE (CVE): GCVE-0-2014-0238
GCVE (VulDB): GCVE-100-13409

OVAL: 🔍

X-Force: 93755 - PHP cdf_read_property_info denial of service, Medium Risk
SecurityFocus: 67765
Secunia: 58804 - PHP CDF File Parsing Two Denial of Service Vulnerabilities, Less Critical
SecurityTracker: 1030321

See also: 🔍

Entryinfo

Created: 06/02/2014 17:30
Updated: 05/17/2018 08:58
Changes: 06/02/2014 17:30 (79), 05/17/2018 08:58 (6)
Complete: 🔍
Cache ID: 216:5DF:103

Discussion

No comments yet. Languages: en.

Please log in to comment.

Are you interested in using VulDB?

Download the whitepaper to learn more about our service!