Cyber Resilience

CVE-2025-59467

High

Published: 05 January 2026

Published
05 January 2026
Modified
05 February 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0022 11.7th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-59467 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Ui Argentina Afip Invoices. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 11.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).

Deeper analysis

CVE-2025-59467 is a Cross-Site Scripting (XSS) vulnerability, classified under CWE-79, in the UCRM Argentina AFIP invoices Plugin versions 1.2.0 and earlier. This plugin, which integrates with Ubiquiti's UCRM for handling Argentina AFIP invoices and is disabled by default, contains a flaw that could allow privilege escalation if an administrator is tricked into visiting a crafted malicious page.

The attack requires network access (AV:N), high complexity (AC:H), no attacker privileges (PR:N), and user interaction (UI:R) from the administrator, yielding a CVSS v3.1 base score of 7.5 (High) with unchanged scope (S:U) and high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H). An unauthenticated attacker could exploit this by luring an admin to the malicious page, potentially escalating privileges within the affected UCRM environment.

Ubiquiti's Security Advisory Bulletin 057 recommends updating the UCRM Argentina AFIP invoices Plugin to version 1.3.0 or later as the primary mitigation. Further details are available at https://community.ui.com/releases/Security-Advisory-Bulletin-057/6d3f2a51-22b8-47a1-9296-1e9dcd64e073.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A Cross-Site Scripting (XSS) vulnerability in the UCRM Argentina AFIP invoices Plugin (v1.2.0 and earlier) could allow privilege escalation if an Administrator is tricked into visiting a crafted malicious page. This plugin is disabled by default. Affected Products: UCRM Argentina…

more

AFIP invoices Plugin (Version 1.2.0 and earlier) Mitigation: Update UCRM Argentina AFIP invoices Plugin to Version 1.3.0 or later.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1189 Drive-by Compromise Initial Access
Adversaries may gain access to a system through a user visiting a website over the normal course of browsing.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

XSS flaw directly enables remote exploitation of the public-facing UCRM plugin (T1190) via a malicious page visited by an admin (T1189), resulting in privilege escalation (T1068).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-34908Same vendor: Ui
CVE-2025-52665Same vendor: Ui
CVE-2026-34909Same vendor: Ui
CVE-2026-33000Same vendor: Ui
CVE-2026-34910Same vendor: Ui
CVE-2025-28917Shared CWE-79
CVE-2025-23994Shared CWE-79
CVE-2025-27500Shared CWE-79
CVE-2025-67984Shared CWE-79
CVE-2026-25759Shared CWE-79

Affected Assets

ui
argentina afip invoices
≤ 1.3.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the XSS vulnerability by requiring timely remediation through updating the UCRM Argentina AFIP invoices Plugin to version 1.3.0 or later.

prevent

Filters information output to web pages, preventing execution of injected malicious scripts that enable the privilege escalation in this XSS vulnerability.

prevent

Validates inputs to the plugin, blocking malicious payloads from being processed and leading to cross-site scripting exploitation.

References