CVE-2026-19716

Source
https://cve.org/CVERecord?id=CVE-2026-19716
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-19716.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-19716
Published
2026-08-13T13:28:17.011Z
Modified
2026-08-15T11:45:41.100905547Z
Severity
  • 5.1 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N CVSS Calculator
Summary
Stored Cross-site Scripting in Pentestify user account deletion via unescaped username
Details

Stored Cross-site Scripting (CWE-79) in the user management component in maalfer Pentestify before 1.1.1 allows an authenticated attacker to execute arbitrary JavaScript in the browser of another authenticated user via a crafted username, because the frontend escapes the username with escapeHTML() before interpolating it into the onclick attribute of the account deletion button, but the browser HTML-decodes attribute values before the JavaScript engine parses the handler, allowing an encoded single quote (') to break out of the string literal and inject arbitrary JavaScript that executes when the victim clicks the delete button for that account.

Database specific
{
    "cna_assigner": "Secur0",
    "cwe_ids": [
        "CWE-79"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/19xxx/CVE-2026-19716.json"
}
References

Affected packages

Git / github.com/ccyl13/pentestify

Affected ranges

Type
GIT
Repo
https://github.com/ccyl13/pentestify
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "1.1.1"
        }
    ],
    "source": [
        "AFFECTED_FIELD",
        "DESCRIPTION",
        "REFERENCES"
    ]
}

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-19716.json"