XSS in Beego

CVE-2025-30223

Beego is an open-source web framework for the Go programming language. Prior to 2.3.6, a Cross-Site Scripting (XSS) vulnerability exists in Beego's RenderForm() function due to improper HTML escaping of user-controlled data. This vulnerability allows attackers to inject malicious JavaScript code that executes in victims' browsers, potentially leading to session hijacking, credential theft, or account takeover. The vulnerability affects any application using Beego's RenderForm() function with user-provided data. Since it is a high-level function generating an entire form markup, many developers would assume it automatically escapes attributes (the way most frameworks do). This vulnerability is fixed in 2.3.6.

Vulnerability class: XSS (Cross-Site Scripting)

EPSS: 0.006 (44.7th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 9.3 (Critical). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N.

Affected products

  • Beego — versions < 2.3.6

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2025-30223?
CVE-2025-30223 is a critical-severity vulnerability in Beego, classified under Cross-site Scripting. CVSS score: 9.3/10. Published 2025-03-31.
How severe is CVE-2025-30223?
Critical severity. CVSS v3 base score is 9.3 out of 10.