CVE-2025-9823

Source
https://cve.org/CVERecord?id=CVE-2025-9823
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-9823.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-9823
Aliases
Published
2025-09-03T14:33:26Z
Modified
2026-08-12T03:51:30Z
Severity
  • 4.8 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
Reflected XSS in lead:addLeadTags - Quick Add
Details

SummaryA Cross-Site Scripting (XSS) vulnerability allows an attacker to execute arbitrary JavaScript in the context of another user’s session. This occurs because user-supplied input is reflected back in the server’s response without proper sanitization or escaping, potentially enabling malicious actions such as session hijacking, credential theft, or unauthorized actions in the application.

DetailsThe vulnerability resides in the “Tags” input field on the /s/ajax?action=lead:addLeadTags endpoint. Although the server applies sanitization before storing the data or returning it later, the payload is executed immediately in the victim’s browser upon reflection, allowing an attacker to run arbitrary JavaScript in the user’s session.

ImpactA Reflected XSS attack can have a significant impact, allowing attackers to steal sensitive user data like cookies, redirect users to malicious websites, manipulate the web page content, and essentially take control of a user's session within an application by executing malicious JavaScript code within the victim's browser, even if the server-side code is secure; essentially enabling them to perform actions as if they were the logged-in user.

References * Web Security Academy: Cross-site scripting https://portswigger.net/web-security/cross-site-scripting

Database specific
{
    "cna_assigner": "Mautic",
    "cwe_ids": [
        "CWE-79"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/9xxx/CVE-2025-9823.json",
    "unresolved_ranges": [
        {
            "extracted_events": [
                {
                    "introduced": ">= 4.4.0"
                },
                {
                    "fixed": "< 4.4.17"
                }
            ],
            "source": "AFFECTED_FIELD"
        }
    ]
}
References

Affected packages

Git / github.com/mautic/mautic

Affected ranges

Type
GIT
Repo
https://github.com/mautic/mautic
Events
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": ">= 5.0.0-alpha"
        },
        {
            "fixed": "< 5.2.8"
        },
        {
            "introduced": ">= 6.0.0-alpha"
        },
        {
            "fixed": "< 6.0.5"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

5.*
5.0.0
5.0.0-alpha
5.0.0-alpha1
5.0.0-beta1
5.0.0-beta2
5.0.0-rc1
5.0.0-rc2
5.1.0
5.2.0
5.2.1
5.2.2
5.2.3
5.2.4
5.2.5
5.2.6
6.*
6.0.0
6.0.0-alpha
6.0.0-beta2
6.0.0-rc
6.0.1
6.0.2
6.0.3
6.0.4

Database specific

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