CVE-2025-34430
vulnerability analysis and mitigation

Overview

CVE-2025-34430 is a Cross-Site Request Forgery (CSRF) vulnerability in the panel name management functionality of 1Panel, an open-source Linux server management panel developed by FIT2Cloud. It affects versions 1.10.33-lts through 2.0.15 and allows a remote, unauthenticated attacker to change an authenticated user's panel name to an arbitrary value by tricking them into visiting a malicious webpage. The vulnerability was published on December 10, 2025, and assigned by VulnCheck. It carries a CVSS v3.1 base score of 4.3 (Medium) and a CVSS v4.0 base score of 5.1 (Medium) (GitHub Advisory, Feedly).

Technical details

The vulnerability is classified as CWE-352 (Cross-Site Request Forgery) and stems from the panel name management endpoint failing to implement standard CSRF defenses — specifically, it lacks anti-CSRF tokens and does not validate Origin or Referer headers on state-changing requests. Because the browser automatically includes valid session cookies with any cross-origin request to the 1Panel server, an attacker can craft a malicious HTML page containing a forged form or JavaScript fetch that submits a panel-name change request on behalf of an authenticated victim. Exploitation requires only that the victim visit the attacker-controlled page while logged into 1Panel; no elevated privileges or special configuration are needed on the attacker's side (GitHub Advisory, Feedly).

Impact

Successful exploitation allows an unauthenticated remote attacker to modify the panel name of an authenticated 1Panel user without their knowledge or consent, resulting in unauthorized alteration of user account settings. The impact is limited to integrity — there is no confidentiality or availability impact, and the vulnerability does not enable code execution, credential theft, or lateral movement. However, unauthorized panel name changes could cause user confusion, disrupt administrative workflows, and potentially be chained with social engineering attacks (GitHub Advisory, Feedly).

Exploitability

There is no public proof-of-concept exploit code and no evidence of in-the-wild exploitation at this time (Feedly). The EPSS score is approximately 0.028% (8th percentile), indicating a low near-term exploitation probability. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. No threat actor attribution has been reported. The vulnerability is detected by Qualys scanner (detection ID 5006540) (Feedly).

Exploitation steps

  1. Reconnaissance: Identify internet-facing 1Panel instances running versions 1.10.33-lts through 2.0.15 using search engines or network scanners.
  2. Craft malicious page: Create an HTML page containing a hidden form or JavaScript fetch() call that submits a POST request to the 1Panel panel-name change endpoint with an attacker-chosen panel name value.
  3. Deliver the payload: Distribute the malicious URL to a target known to be an authenticated 1Panel administrator via phishing email, chat message, or embedded link.
  4. Victim visits the page: When the authenticated victim loads the malicious page, their browser automatically includes valid session cookies in the cross-origin request to the 1Panel server.
  5. Request succeeds: Because the endpoint does not validate anti-CSRF tokens or check Origin/Referer headers, the server processes the forged request and changes the panel name to the attacker-specified value without the victim's consent (GitHub Advisory, Feedly).

Indicators of compromise

  • Logs: Unexpected POST requests to the panel name management API endpoint in 1Panel access logs originating from unusual or external referrer URLs; requests with a Referer header pointing to an unknown external domain or no Referer header at all.
  • Application: Unexplained changes to the 1Panel panel name in settings that were not initiated by the administrator; audit log entries (if enabled) showing panel name modification events at unexpected times.
  • Network: Outbound or cross-origin requests to the 1Panel management interface from browser sessions that correlate with visits to external or unfamiliar websites.

Mitigation and workarounds

The vendor has released a patch in 1Panel version 2.0.16; users should upgrade to this version or later as the primary remediation (GitHub Advisory, 1Panel Releases). As interim mitigations, administrators should implement same-site cookie restrictions (SameSite=Strict or SameSite=Lax) on session cookies, restrict access to the 1Panel management interface to trusted IP ranges or VPN, and avoid clicking on untrusted links while authenticated to the panel. Additionally, enabling Origin and Referer header validation at the reverse proxy or WAF layer can reduce exposure until the patch is applied (Feedly).

Additional resources


SourceThis report was generated using AI

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management