beego CVE Vulnerabilities & Metrics

Focus on beego vulnerabilities and metrics.

Last updated: 01 Aug 2025, 22:25 UTC

About beego Security Exposure

This page consolidates all known Common Vulnerabilities and Exposures (CVEs) associated with beego. We track both calendar-based metrics (using fixed periods) and rolling metrics (using gliding windows) to give you a comprehensive view of security trends and risk evolution. Use these insights to assess risk and plan your patching strategy.

For a broader perspective on cybersecurity threats, explore the comprehensive list of CVEs by vendor and product. Stay updated on critical vulnerabilities affecting major software and hardware providers.

Global CVE Overview

Total beego CVEs: 12
Earliest CVE date: 16 Sep 2019, 15:15 UTC
Latest CVE date: 31 Mar 2025, 17:15 UTC

Latest CVE reference: CVE-2025-30223

Rolling Stats

30-day Count (Rolling): 0
365-day Count (Rolling): 2

Calendar-based Variation

Calendar-based Variation compares a fixed calendar period (e.g., this month versus the same month last year), while Rolling Growth Rate uses a continuous window (e.g., last 30 days versus the previous 30 days) to capture trends independent of calendar boundaries.

Variations & Growth

Month Variation (Calendar): 0%
Year Variation (Calendar): 0.0%

Month Growth Rate (30-day Rolling): 0.0%
Year Growth Rate (365-day Rolling): 0.0%

Monthly CVE Trends (current vs previous Year)

Annual CVE Trends (Last 20 Years)

Critical beego CVEs (CVSS ≥ 9) Over 20 Years

CVSS Stats

Average CVSS: 3.71

Max CVSS: 7.5

Critical CVEs (≥9): 0

CVSS Range vs. Count

Range Count
0.0-3.9 6
4.0-6.9 2
7.0-8.9 4
9.0-10.0 0

CVSS Distribution Chart

Top 5 Highest CVSS beego CVEs

These are the five CVEs with the highest CVSS scores for beego, sorted by severity first and recency.

All CVEs for beego

CVE-2025-30223 beego vulnerability CVSS: 0 31 Mar 2025, 17:15 UTC

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.

CVE-2024-55885 beego vulnerability CVSS: 0 12 Dec 2024, 20:15 UTC

beego is an open-source web framework for the Go programming language. Versions of beego prior to 2.3.4 use MD5 as a hashing algorithm. MD5 is no longer considered secure against well-funded opponents due to its vulnerability to collision attacks. Version 2.3.4 replaces MD5 with SHA256.

CVE-2024-40465 beego vulnerability CVSS: 0 31 Jul 2024, 21:15 UTC

An issue in beego v.2.2.0 and before allows a remote attacker to escalate privileges via the getCacheFileName function in file.go file

CVE-2024-40464 beego vulnerability CVSS: 0 31 Jul 2024, 21:15 UTC

An issue in beego v.2.2.0 and before allows a remote attacker to escalate privileges via the sendMail function located in beego/core/logs/smtp.go file

CVE-2022-31836 beego vulnerability CVSS: 7.5 05 Jul 2022, 15:15 UTC

The leafInfo.match() function in Beego v2.0.3 and below uses path.join() to deal with wildcardvalues which can lead to cross directory risk.

CVE-2022-31259 beego vulnerability CVSS: 6.8 21 May 2022, 19:15 UTC

The route lookup process in beego before 1.12.9 and 2.x before 2.0.3 allows attackers to bypass access control. When a /p1/p2/:name route is configured, attackers can access it by appending .xml in various places (e.g., p1.xml instead of p1).

CVE-2021-30080 beego vulnerability CVSS: 7.5 05 Apr 2022, 16:15 UTC

An issue was discovered in the route lookup process in beego before 1.12.11 that allows attackers to bypass access control.

CVE-2021-27117 beego vulnerability CVSS: 7.2 05 Apr 2022, 16:15 UTC

An issue was discovered in file profile.go in function GetCPUProfile in beego through 2.0.2, allows attackers to launch symlink attacks locally.

CVE-2021-27116 beego vulnerability CVSS: 7.2 05 Apr 2022, 16:15 UTC

An issue was discovered in file profile.go in function MemProf in beego through 2.0.2, allows attackers to launch symlink attacks locally.

CVE-2021-39391 beego vulnerability CVSS: 4.3 14 Sep 2021, 18:15 UTC

Cross Site Scripting (XSS) vulnerability exists in the admin panel in Beego v2.0.1 via the URI path in an HTTP request, which is activated by administrators viewing the "Request Statistics" page.

CVE-2019-16355 beego vulnerability CVSS: 2.1 16 Sep 2019, 15:15 UTC

The File Session Manager in Beego 1.10.0 allows local users to read session files because of weak permissions for individual files.

CVE-2019-16354 beego vulnerability CVSS: 1.9 16 Sep 2019, 15:15 UTC

The File Session Manager in Beego 1.10.0 allows local users to read session files because there is a race condition involving file creation within a directory with weak permissions.