Cyber Resilience

CVE-2025-67850

High

Published: 03 February 2026

Published
03 February 2026
Modified
11 February 2026
KEV Added
Patch
CVSS Score v3.1 7.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N
EPSS Score 0.0001 1.9th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-67850 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Moodle Moodle. Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 1.9th 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-67850 is a Cross-Site Scripting (XSS) vulnerability, classified under CWE-79, affecting Moodle. The flaw arises from insufficient validation of user-provided data in the formula editor's arithmetic expression fields, allowing malicious code injection. Published on 2026-02-03, it carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N).

A remote attacker with low privileges (PR:L) can exploit this vulnerability over the network with low complexity by injecting malicious scripts into the arithmetic expression fields. When other users view these expressions, the injected code executes in their web browsers, potentially compromising confidential data or enabling unauthorized actions, though it requires user interaction (UI:R) and does not impact availability.

Mitigation details are available in the referenced advisories, including the Red Hat security page at https://access.redhat.com/security/cve/CVE-2025-67850 and the Bugzilla tracker at https://bugzilla.redhat.com/show_bug.cgi?id=2423838.

EU & UK References

Vulnerability details

A flaw was found in moodle. This vulnerability, known as Cross-Site Scripting (XSS), occurs due to insufficient checks on user-provided data in the formula editor's arithmetic expression fields. A remote attacker could inject malicious code into these fields. When other…

more

users view these expressions, the malicious code would execute in their web browsers, potentially compromising their data or leading to unauthorized actions.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

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.
T1059.007 JavaScript Execution
Adversaries may abuse various implementations of JavaScript for execution.
Why these techniques?

XSS in public-facing Moodle web app directly enables T1190 exploitation and JS injection/execution via T1059.007.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-26529Same product: Moodle Moodle
CVE-2021-47857Same product: Moodle Moodle
CVE-2025-26530Same product: Moodle Moodle
CVE-2025-67849Same product: Moodle Moodle
CVE-2025-26533Same product: Moodle Moodle
CVE-2025-67853Same product: Moodle Moodle
CVE-2025-26525Same product: Moodle Moodle
CVE-2026-26046Same product: Moodle Moodle
CVE-2026-26045Same product: Moodle Moodle
CVE-2025-67848Same product: Moodle Moodle

Affected Assets

moodle
moodle
5.1.0 · ≤ 4.1.22 · 4.4.0 — 4.4.11 · 4.5.0 — 4.5.8

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of user-supplied arithmetic expressions to reject or sanitize script content before storage or rendering.

prevent

Requires filtering of formula-editor output to remove or encode script payloads before they reach other users' browsers.

SC-18 Mobile Code partial match
prevent

Restricts or inspects mobile code (JavaScript) introduced via user-controlled formula fields to block execution in viewers' sessions.

References