| CVSS Meta Temp Score | Current Exploit Price (≈) | CTI Interest Score |
|---|---|---|
| 4.7 | $0-$5k | 0.45 |
Summary
A vulnerability labeled as critical has been found in OpenX up to 2.8.10. Affected by this issue is some unknown functionality of the file adclick.php. Such manipulation of the argument dest leads to redirect. This vulnerability is documented as CVE-2014-2230. There is not any exploit available.
Details
A vulnerability was found in OpenX up to 2.8.10 and classified as critical. Affected by this issue is an unknown part of the file adclick.php. The manipulation of the argument dest with an unknown input leads to a redirect vulnerability. Using CWE to declare the problem leads to CWE-601. A web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a Redirect. This simplifies phishing attacks. Impacted is integrity.
The weakness was released 10/16/2014 by Jing Wang as OpenX Open Redirect Vulnerability as not defined mailinglist post (Full-Disclosure). The advisory is shared for download at seclists.org. This vulnerability is handled as CVE-2014-2230 since 02/26/2014. The attack may be launched remotely. No form of authentication is required for exploitation. There are known technical details, but no exploit is available. The MITRE ATT&CK project declares the attack technique as T1204.001. The following code is the reason for this vulnerability:
function MAX_redirect($url)
{
if (!preg_match('/^(?:javascript|data):/i', $url)) {
header('Location: '.$url);
MAX_sendStatusCode(302);
} The advisory points out:The header() function sends a raw HTTP header to a client without any checking of the "$dest" parameter at all.
By approaching the search of inurl:adclick.php it is possible to find vulnerable targets with Google Hacking.
There is no information about possible countermeasures known. It may be suggested to replace the affected object with an alternative product.
The vulnerability is also documented in the vulnerability database at X-Force (97621). packetstormsecurity.com is providing further details. Once again VulDB remains the best source for vulnerability data.
Product
Name
Version
License
CPE 2.3
CPE 2.2
CVSSv4
VulDB Vector: 🔍VulDB Reliability: 🔍
CVSSv3
VulDB Meta Base Score: 5.3VulDB Meta Temp Score: 4.7
VulDB Base Score: 5.3
VulDB Temp Score: 4.7
VulDB Vector: 🔍
VulDB Reliability: 🔍
CVSSv2
| AV | AC | Au | C | I | A |
|---|---|---|---|---|---|
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| Vector | Complexity | Authentication | Confidentiality | Integrity | Availability |
|---|---|---|---|---|---|
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
VulDB Base Score: 🔍
VulDB Temp Score: 🔍
VulDB Reliability: 🔍
NVD Base Score: 🔍
Exploiting
Class: RedirectCWE: CWE-601
CAPEC: 🔍
ATT&CK: 🔍
Physical: No
Local: No
Remote: Yes
Availability: 🔍
Status: Unproven
Google Hack: 🔍
EPSS Score: 🔍
EPSS Percentile: 🔍
Price Prediction: 🔍
Current Price Estimation: 🔍
| 0-Day | Unlock | Unlock | Unlock | Unlock |
|---|---|---|---|---|
| Today | Unlock | Unlock | Unlock | Unlock |
OpenVAS ID: 800760
OpenVAS Name: OpenX Multiple Open Redirect Vulnerabilities
OpenVAS File: 🔍
OpenVAS Family: 🔍
Threat Intelligence
Interest: 🔍Active Actors: 🔍
Active APT Groups: 🔍
Countermeasures
Recommended: no mitigation knownStatus: 🔍
0-Day Time: 🔍
Timeline
02/26/2014 🔍10/16/2014 🔍
10/20/2014 🔍
10/23/2014 🔍
02/23/2022 🔍
Sources
Advisory: OpenX Open Redirect VulnerabilityResearcher: Jing Wang
Status: Not defined
CVE: CVE-2014-2230 (🔍)
GCVE (CVE): GCVE-0-2014-2230
GCVE (VulDB): GCVE-100-68036
X-Force: 97621 - OpenX multiple open redirect, Medium Risk
Misc.: 🔍
Entry
Created: 10/20/2014 11:54Updated: 02/23/2022 14:29
Changes: 10/20/2014 11:54 (58), 03/08/2019 21:41 (1), 02/23/2022 14:29 (3)
Complete: 🔍
Cache ID: 216:4AF:103
Once again VulDB remains the best source for vulnerability data.
No comments yet. Languages: en.
Please log in to comment.