CVE-2026-27948: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in 9001 copyparty
CVE-2026-27948 is a reflected cross-site scripting (XSS) vulnerability in copyparty versions prior to 1. 20. 9. The flaw arises from improper neutralization of input in the URL parameter `? setck=... `, allowing attackers to inject malicious scripts. Exploitation requires user interaction, such as clicking a crafted URL, and can lead to limited confidentiality and integrity impacts but no availability impact. The vulnerability has a CVSS score of 5. 4, indicating medium severity. The issue is fixed in version 1.
AI Analysis
Technical Summary
CVE-2026-27948 is a reflected cross-site scripting (XSS) vulnerability identified in copyparty, a portable file server software. The vulnerability exists in versions prior to 1.20.9 due to improper neutralization of user input in the URL parameter `?setck=...`. This flaw allows an attacker to craft a malicious URL that, when visited by a user, causes the victim's browser to execute arbitrary JavaScript code within the context of the copyparty web interface. The vulnerability is classified under CWE-79, which pertains to improper input sanitization during web page generation. The attack vector is network-based (AV:N), requires no privileges (PR:N), but does require user interaction (UI:R) such as clicking a malicious link. The scope is unchanged (S:U), and the impact affects confidentiality and integrity to a limited degree (C:L/I:L) without affecting availability (A:N). The CVSS v3.1 base score is 5.4, reflecting medium severity. The vulnerability was publicly disclosed on February 26, 2026, and fixed in copyparty version 1.20.9. No known exploits are reported in the wild as of now, but the vulnerability remains a risk for users running older versions. The flaw could be leveraged for session hijacking, theft of sensitive data accessible via the web interface, or manipulation of user interactions within the copyparty environment.
Potential Impact
The primary impact of this vulnerability is the potential compromise of user confidentiality and integrity within the copyparty web interface. An attacker exploiting this reflected XSS can execute arbitrary scripts in the victim's browser, potentially stealing session cookies, performing actions on behalf of the user, or redirecting users to malicious sites. While availability is not affected, the breach of confidentiality and integrity can lead to unauthorized data access or manipulation. Organizations using copyparty for file sharing may face data leakage or unauthorized access risks, especially if users are tricked into clicking malicious links. The ease of exploitation (no privileges required, network accessible) combined with user interaction means phishing or social engineering could facilitate attacks. Although no exploits are currently known in the wild, the vulnerability poses a moderate risk until patched. The impact is more pronounced in environments where sensitive or regulated data is shared via copyparty.
Mitigation Recommendations
To mitigate this vulnerability, organizations should immediately upgrade copyparty to version 1.20.9 or later, where the issue is resolved. Until upgrading, administrators should consider restricting access to the copyparty web interface to trusted networks or VPNs to reduce exposure. Implementing web application firewalls (WAFs) with rules to detect and block reflected XSS payloads targeting the `?setck` parameter can provide temporary protection. Educate users about the risks of clicking unsolicited or suspicious links, especially those pointing to copyparty servers. Review and harden copyparty configuration to minimize unnecessary exposure of the web interface. Regularly monitor logs for unusual URL requests or patterns indicative of XSS attempts. Finally, incorporate input validation and output encoding best practices in any custom modifications or integrations with copyparty to prevent similar issues.
Affected Countries
United States, Germany, United Kingdom, France, Canada, Australia, Netherlands, Japan, South Korea, Sweden
CVE-2026-27948: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in 9001 copyparty
Description
CVE-2026-27948 is a reflected cross-site scripting (XSS) vulnerability in copyparty versions prior to 1. 20. 9. The flaw arises from improper neutralization of input in the URL parameter `? setck=... `, allowing attackers to inject malicious scripts. Exploitation requires user interaction, such as clicking a crafted URL, and can lead to limited confidentiality and integrity impacts but no availability impact. The vulnerability has a CVSS score of 5. 4, indicating medium severity. The issue is fixed in version 1.
AI-Powered Analysis
Technical Analysis
CVE-2026-27948 is a reflected cross-site scripting (XSS) vulnerability identified in copyparty, a portable file server software. The vulnerability exists in versions prior to 1.20.9 due to improper neutralization of user input in the URL parameter `?setck=...`. This flaw allows an attacker to craft a malicious URL that, when visited by a user, causes the victim's browser to execute arbitrary JavaScript code within the context of the copyparty web interface. The vulnerability is classified under CWE-79, which pertains to improper input sanitization during web page generation. The attack vector is network-based (AV:N), requires no privileges (PR:N), but does require user interaction (UI:R) such as clicking a malicious link. The scope is unchanged (S:U), and the impact affects confidentiality and integrity to a limited degree (C:L/I:L) without affecting availability (A:N). The CVSS v3.1 base score is 5.4, reflecting medium severity. The vulnerability was publicly disclosed on February 26, 2026, and fixed in copyparty version 1.20.9. No known exploits are reported in the wild as of now, but the vulnerability remains a risk for users running older versions. The flaw could be leveraged for session hijacking, theft of sensitive data accessible via the web interface, or manipulation of user interactions within the copyparty environment.
Potential Impact
The primary impact of this vulnerability is the potential compromise of user confidentiality and integrity within the copyparty web interface. An attacker exploiting this reflected XSS can execute arbitrary scripts in the victim's browser, potentially stealing session cookies, performing actions on behalf of the user, or redirecting users to malicious sites. While availability is not affected, the breach of confidentiality and integrity can lead to unauthorized data access or manipulation. Organizations using copyparty for file sharing may face data leakage or unauthorized access risks, especially if users are tricked into clicking malicious links. The ease of exploitation (no privileges required, network accessible) combined with user interaction means phishing or social engineering could facilitate attacks. Although no exploits are currently known in the wild, the vulnerability poses a moderate risk until patched. The impact is more pronounced in environments where sensitive or regulated data is shared via copyparty.
Mitigation Recommendations
To mitigate this vulnerability, organizations should immediately upgrade copyparty to version 1.20.9 or later, where the issue is resolved. Until upgrading, administrators should consider restricting access to the copyparty web interface to trusted networks or VPNs to reduce exposure. Implementing web application firewalls (WAFs) with rules to detect and block reflected XSS payloads targeting the `?setck` parameter can provide temporary protection. Educate users about the risks of clicking unsolicited or suspicious links, especially those pointing to copyparty servers. Review and harden copyparty configuration to minimize unnecessary exposure of the web interface. Regularly monitor logs for unusual URL requests or patterns indicative of XSS attempts. Finally, incorporate input validation and output encoding best practices in any custom modifications or integrations with copyparty to prevent similar issues.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-02-25T03:11:36.690Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699fabd8b7ef31ef0b7dea0e
Added to database: 2/26/2026, 2:11:36 AM
Last enriched: 2/26/2026, 2:28:33 AM
Last updated: 2/26/2026, 4:58:18 AM
Views: 7
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-1311: CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in bearsthemes Worry Proof Backup
HighFinding Signal in the Noise: Lessons Learned Running a Honeypot with AI Assistance [Guest Diary], (Tue, Feb 24th)
MediumCVE-2026-2506: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in motahar1 EM Cost Calculator
MediumCVE-2026-2499: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in tgrk Custom Logo
MediumCVE-2026-2498: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in bulktheme WP Social Meta
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.