CRITICAL🇵🇱 Wersja polska

CVE-2026-6356

CVSS 9.6v3.1pub. 2026-04-22upd. 2026-05-12

A vulnerability in the web application allows standard users to escalate their privileges to those of a super administrator through parameter manipulation, enabling them to access and modify sensitive information.

🤖 AI Analysis
How it works

The web application does not properly verify user permissions on the server side, relying on parameters passed by the client. A logged-in user with standard privileges can modify specific parameters in an HTTP request (e.g., in the request body, headers, or URL) to make the application treat them as a super administrator. This is a typical case of CWE-1220 error (Insufficient Granularity of Access Control), where access control is not sufficiently precise and rigorous.

Impact

An attacker with a basic user account can obtain super administrator privileges, allowing them to access sensitive information and modify it without authorization.

Mitigation & patch

Patches available from the vendor should be applied according to references. Additionally, it is recommended to implement permission verification exclusively on the server side, independent of parameters supplied by the user.

Who is affected

Versions indicated in vendor references

Analysis generated by Claude AI (Anthropic) based on NVD data. Always verify with vendor.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N
  • Augmentt

    APP
    Augmentt
    < 2025-10-02
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
CWE
References

Related vulnerabilities

CVE-2026-6355MEDIUM6.5same product

Podatność w aplikacji webowej umożliwia nieautoryzowanym użytkownikom dostęp i manipulację wrażliwymi danymi m...