CVE-2025-13282: CWE-352 Cross-Site Request Forgery (CSRF) in Chunghwa Telecom TenderDocTransfer
TenderDocTransfer developed by Chunghwa Telecom has a Arbitrary File Delete vulnerability. The application sets up a simple local web server and provides APIs for communication with the target website. Due to the lack of CSRF protection in the APIs, unauthenticated remote attackers could use these APIs through phishing. Additionally, one of the APIs contains an Absolute Path Traversal vulnerability, allowing attackers to delete arbitrary files on the user's system.
AI Analysis
Technical Summary
CVE-2025-13282 identifies a critical security flaw in the TenderDocTransfer application developed by Chunghwa Telecom. This application operates a local web server that exposes APIs intended for communication with a target website. The vulnerability arises from two main issues: a lack of Cross-Site Request Forgery (CSRF) protections and an Absolute Path Traversal vulnerability within one of the APIs. The absence of CSRF tokens or equivalent protections means that attackers can craft malicious web requests that a user’s browser will execute unknowingly if the user visits a phishing page. Since the APIs are unauthenticated, these requests can invoke sensitive operations without requiring user credentials. The Absolute Path Traversal allows attackers to specify arbitrary file paths on the local system, enabling deletion of any file accessible by the application’s process. This combination means an attacker can remotely induce a victim to delete critical files on their system, potentially disrupting operations or causing data loss. The CVSS 4.0 score of 7 (high severity) reflects the network attack vector, low attack complexity, no privileges required, but requiring user interaction and resulting in high confidentiality and integrity impact. No known exploits have been reported yet, but the vulnerability’s nature makes it a significant risk, especially in environments where the application is deployed and users might be targeted via phishing campaigns.
Potential Impact
For European organizations, the impact of this vulnerability can be substantial, particularly for those in telecommunications, government, or critical infrastructure sectors that might use TenderDocTransfer or similar local API-based tools. The arbitrary file deletion can lead to loss of critical configuration files, disruption of services, or compromise of system integrity. Confidential data could be indirectly exposed if system stability is affected or if attackers leverage the deletion to facilitate further attacks. The requirement for user interaction via phishing means social engineering campaigns could be effective, increasing the risk to organizations with less mature security awareness programs. Additionally, the lack of authentication on the APIs broadens the attack surface, making it easier for attackers to exploit the vulnerability remotely. The disruption caused by file deletion could affect business continuity and lead to regulatory compliance issues under GDPR if personal data processing is impacted.
Mitigation Recommendations
To mitigate this vulnerability, organizations should first verify if they are using TenderDocTransfer version 0 or any affected versions and prioritize patching once available. In the absence of patches, network-level controls should be implemented to restrict access to the local web server APIs, such as firewall rules limiting localhost API access or application whitelisting. Implementing strict CSRF protections is critical; this includes adding CSRF tokens to all state-changing API requests and validating the Origin and Referer headers. Input validation and sanitization must be enforced on file path parameters to prevent path traversal, ensuring that only intended directories and files can be affected. User awareness training should be enhanced to reduce the risk of phishing attacks that could trigger exploitation. Monitoring and logging API access can help detect suspicious activity. Finally, consider isolating the application environment or running it with minimal privileges to limit the impact of any successful exploitation.
Affected Countries
Germany, France, United Kingdom, Italy, Spain, Netherlands, Belgium, Poland
CVE-2025-13282: CWE-352 Cross-Site Request Forgery (CSRF) in Chunghwa Telecom TenderDocTransfer
Description
TenderDocTransfer developed by Chunghwa Telecom has a Arbitrary File Delete vulnerability. The application sets up a simple local web server and provides APIs for communication with the target website. Due to the lack of CSRF protection in the APIs, unauthenticated remote attackers could use these APIs through phishing. Additionally, one of the APIs contains an Absolute Path Traversal vulnerability, allowing attackers to delete arbitrary files on the user's system.
AI-Powered Analysis
Technical Analysis
CVE-2025-13282 identifies a critical security flaw in the TenderDocTransfer application developed by Chunghwa Telecom. This application operates a local web server that exposes APIs intended for communication with a target website. The vulnerability arises from two main issues: a lack of Cross-Site Request Forgery (CSRF) protections and an Absolute Path Traversal vulnerability within one of the APIs. The absence of CSRF tokens or equivalent protections means that attackers can craft malicious web requests that a user’s browser will execute unknowingly if the user visits a phishing page. Since the APIs are unauthenticated, these requests can invoke sensitive operations without requiring user credentials. The Absolute Path Traversal allows attackers to specify arbitrary file paths on the local system, enabling deletion of any file accessible by the application’s process. This combination means an attacker can remotely induce a victim to delete critical files on their system, potentially disrupting operations or causing data loss. The CVSS 4.0 score of 7 (high severity) reflects the network attack vector, low attack complexity, no privileges required, but requiring user interaction and resulting in high confidentiality and integrity impact. No known exploits have been reported yet, but the vulnerability’s nature makes it a significant risk, especially in environments where the application is deployed and users might be targeted via phishing campaigns.
Potential Impact
For European organizations, the impact of this vulnerability can be substantial, particularly for those in telecommunications, government, or critical infrastructure sectors that might use TenderDocTransfer or similar local API-based tools. The arbitrary file deletion can lead to loss of critical configuration files, disruption of services, or compromise of system integrity. Confidential data could be indirectly exposed if system stability is affected or if attackers leverage the deletion to facilitate further attacks. The requirement for user interaction via phishing means social engineering campaigns could be effective, increasing the risk to organizations with less mature security awareness programs. Additionally, the lack of authentication on the APIs broadens the attack surface, making it easier for attackers to exploit the vulnerability remotely. The disruption caused by file deletion could affect business continuity and lead to regulatory compliance issues under GDPR if personal data processing is impacted.
Mitigation Recommendations
To mitigate this vulnerability, organizations should first verify if they are using TenderDocTransfer version 0 or any affected versions and prioritize patching once available. In the absence of patches, network-level controls should be implemented to restrict access to the local web server APIs, such as firewall rules limiting localhost API access or application whitelisting. Implementing strict CSRF protections is critical; this includes adding CSRF tokens to all state-changing API requests and validating the Origin and Referer headers. Input validation and sanitization must be enforced on file path parameters to prevent path traversal, ensuring that only intended directories and files can be affected. User awareness training should be enhanced to reduce the risk of phishing attacks that could trigger exploitation. Monitoring and logging API access can help detect suspicious activity. Finally, consider isolating the application environment or running it with minimal privileges to limit the impact of any successful exploitation.
Affected Countries
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- twcert
- Date Reserved
- 2025-11-17T02:58:18.713Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 691a967cc118c0da2e5a3ba0
Added to database: 11/17/2025, 3:29:00 AM
Last enriched: 11/24/2025, 4:52:46 AM
Last updated: 1/7/2026, 8:45:30 AM
Views: 73
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-2025-15158: CWE-434 Unrestricted Upload of File with Dangerous Type in eastsidecode WP Enable WebP
HighCVE-2025-15018: CWE-639 Authorization Bypass Through User-Controlled Key in djanym Optional Email
CriticalCVE-2025-15000: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in tfrommen Page Keys
MediumCVE-2025-14999: CWE-352 Cross-Site Request Forgery (CSRF) in kentothemes Latest Tabs
MediumCVE-2025-13531: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in hayyatapps Stylish Order Form Builder
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.