| CVSS Meta Temp Score | Current Exploit Price (≈) | CTI Interest Score |
|---|---|---|
| 3.7 | $0-$5k | 0.00 |
Summary
A vulnerability was found in OxWall 1.8.0. It has been rated as problematic. This impacts an unknown function of the file ow_system_plugins/base/controllers/ping.php. Performing a manipulation results in cross site scripting (Reflected). It is possible to initiate the attack remotely. Furthermore, there is an exploit available. Upgrading the affected component is advised.
Details
A vulnerability, which was classified as problematic, was found in OxWall 1.8.0. This affects an unknown function of the file ow_system_plugins/base/controllers/ping.php. The manipulation with an unknown input leads to a cross site scripting vulnerability (Reflected). CWE is classifying the issue as CWE-80. The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special characters such as "<", ">", and "&" that could be interpreted as web-scripting elements when they are sent to a downstream component that processes web pages. This is going to have an impact on integrity.
The weakness was shared 09/15/2016 with Curesec Research Team as not defined mailinglist post (Full-Disclosure). The advisory is shared at seclists.org. It is possible to initiate the attack remotely. No form of authentication is needed for exploitation. It demands that the victim is doing some kind of user interaction. Technical details and a public exploit are known. MITRE ATT&CK project uses the attack technique T1059.007 for this issue. The reason for this vulnerability is this part of code:
$responseStack[] = array(
'command' => $c['command'],
'result' => $event->getData()
);
echo json_encode(array(
'stack' => $responseStack
));After immediately, there has been an exploit disclosed. The exploit is shared for download at seclists.org. It is declared as proof-of-concept. The vulnerability was handled as a non-public zero-day exploit for at least 93 days. During that time the estimated underground price was around $0-$5k. By approaching the search of inurl:ow_system_plugins/base/controllers/ping.php it is possible to find vulnerable targets with Google Hacking. The code used by the exploit is:
<html>
<body>
<form action="http://localhost/oxwall-1.8.0/base/ping/index/"; method="POST">
<input type="hidden" name="request" value="{"stack":[{"command":"<img src=a onerror=alert(1)>","params":{}}]}" />
<input type="submit" value="Submit request" />
</form>
</body>
</html>Upgrading to version 1.8.2 eliminates this vulnerability. A possible mitigation has been published before and not just after the disclosure of the vulnerability.
Further details are available at curesec.com. The entries VDB-91750, VDB-91751 and VDB-91752 are related to this item. If you want to get the best quality for vulnerability data then you always have to consider VulDB.
Product
Name
Version
CPE 2.3
CPE 2.2
CVSSv4
VulDB Vector: 🔍VulDB Reliability: 🔍
CVSSv3
VulDB Meta Base Score: 4.3VulDB Meta Temp Score: 3.7
VulDB Base Score: 4.3
VulDB Temp Score: 3.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: 🔍
Exploiting
Name: ReflectedClass: Cross site scripting / Reflected
CWE: CWE-80 / CWE-74 / CWE-707
CAPEC: 🔍
ATT&CK: 🔍
Physical: No
Local: No
Remote: Yes
Availability: 🔍
Access: Public
Status: Proof-of-Concept
Download: 🔍
Google Hack: 🔍
Price Prediction: 🔍
Current Price Estimation: 🔍
| 0-Day | Unlock | Unlock | Unlock | Unlock |
|---|---|---|---|---|
| Today | Unlock | Unlock | Unlock | Unlock |
Threat Intelligence
Interest: 🔍Active Actors: 🔍
Active APT Groups: 🔍
Countermeasures
Recommended: UpgradeStatus: 🔍
Reaction Time: 🔍
0-Day Time: 🔍
Exploit Delay Time: 🔍
Upgrade: OxWall 1.8.2
Timeline
11/21/2015 🔍12/15/2015 🔍
02/22/2016 🔍
09/15/2016 🔍
09/15/2016 🔍
09/21/2016 🔍
09/21/2016 🔍
Sources
Advisory: seclists.orgOrganization: Curesec Research Team
Status: Not defined
GCVE (VulDB): GCVE-100-91749
scip Labs: https://www.scip.ch/en/?labs.20161013
Misc.: 🔍
See also: 🔍
Entry
Created: 09/21/2016 12:11Changes: 09/21/2016 12:11 (52), 09/21/2016 12:12 (1)
Complete: 🔍
Cache ID: 216::103
If you want to get the best quality for vulnerability data then you always have to consider VulDB.
No comments yet. Languages: en.
Please log in to comment.