CVE-2025-23945: Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') in Webliup Popliup
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Webliup Popliup popliup allows PHP Local File Inclusion.This issue affects Popliup: from n/a through <= 1.1.1.
AI Analysis
Technical Summary
CVE-2025-23945 identifies a Local File Inclusion (LFI) vulnerability in the Webliup Popliup PHP application, specifically due to improper control of filenames in include or require statements. This vulnerability arises when user-supplied input is used directly in PHP include or require functions without adequate validation or sanitization, allowing attackers to manipulate the filename parameter to include arbitrary local files from the server. Such an attack can lead to disclosure of sensitive files (e.g., configuration files, password files), execution of arbitrary PHP code if the attacker can upload files, or even server compromise. The vulnerability affects Popliup versions up to 1.1.1, with no patch currently linked or available. The issue was reserved in January 2025 and published in March 2025, with no known public exploits reported yet. The lack of a CVSS score suggests the vulnerability is newly disclosed and pending further analysis. However, given the nature of LFI vulnerabilities, the risk is significant. Exploitation does not require authentication or user interaction beyond sending crafted HTTP requests. The vulnerability is rooted in insecure coding practices where input controlling file inclusion is not properly sanitized or validated, violating secure coding standards. This can be exacerbated if PHP's allow_url_include directive is enabled, potentially allowing remote file inclusion, though the description specifies local file inclusion. The vulnerability's impact depends on server configuration, file permissions, and the presence of sensitive files accessible to the web server user. Organizations using Popliup should urgently review their deployments and apply mitigations or patches once available.
Potential Impact
The impact of CVE-2025-23945 can be severe for organizations running vulnerable versions of Webliup Popliup. Successful exploitation can lead to unauthorized disclosure of sensitive information such as configuration files, database credentials, or application source code, compromising confidentiality. Attackers may also execute arbitrary code if they can upload malicious files or leverage other chained vulnerabilities, threatening system integrity and availability. This can result in full server compromise, data breaches, defacement, or use of the server as a pivot point for further attacks. The vulnerability affects web-facing applications, increasing exposure to external attackers. Organizations in sectors with sensitive data or critical infrastructure are particularly at risk. The absence of authentication or user interaction requirements makes exploitation easier and more likely. Additionally, the lack of a patch at the time of disclosure increases the window of exposure. The reputational damage, regulatory penalties, and operational disruptions resulting from exploitation can be significant. Therefore, organizations worldwide using Popliup should consider this a high-risk vulnerability requiring immediate attention.
Mitigation Recommendations
To mitigate CVE-2025-23945, organizations should take the following specific actions: 1) Immediately review and update Popliup installations to the latest version once a patch is released by Webliup. 2) If no patch is available, implement input validation and sanitization on all parameters controlling file inclusion to ensure only expected filenames or paths are accepted, using whitelisting approaches. 3) Disable PHP settings that allow remote file inclusion, such as setting 'allow_url_include' to 'Off' in php.ini. 4) Employ web application firewalls (WAFs) with rules designed to detect and block attempts to exploit file inclusion vulnerabilities, including suspicious traversal sequences or unusual parameter values. 5) Restrict file permissions on the server to limit access to sensitive files and directories, ensuring the web server user cannot read or execute unnecessary files. 6) Monitor web server and application logs for anomalous requests indicative of LFI attempts, such as requests containing directory traversal patterns or unusual file paths. 7) Conduct code audits and security testing on customizations or integrations involving Popliup to detect similar vulnerabilities. 8) Educate developers on secure coding practices related to file inclusion and input handling to prevent recurrence. These measures collectively reduce the risk of exploitation even before official patches are available.
Affected Countries
United States, India, Germany, United Kingdom, Canada, Australia, France, Brazil, Netherlands, Italy
CVE-2025-23945: Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') in Webliup Popliup
Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Webliup Popliup popliup allows PHP Local File Inclusion.This issue affects Popliup: from n/a through <= 1.1.1.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2025-23945 identifies a Local File Inclusion (LFI) vulnerability in the Webliup Popliup PHP application, specifically due to improper control of filenames in include or require statements. This vulnerability arises when user-supplied input is used directly in PHP include or require functions without adequate validation or sanitization, allowing attackers to manipulate the filename parameter to include arbitrary local files from the server. Such an attack can lead to disclosure of sensitive files (e.g., configuration files, password files), execution of arbitrary PHP code if the attacker can upload files, or even server compromise. The vulnerability affects Popliup versions up to 1.1.1, with no patch currently linked or available. The issue was reserved in January 2025 and published in March 2025, with no known public exploits reported yet. The lack of a CVSS score suggests the vulnerability is newly disclosed and pending further analysis. However, given the nature of LFI vulnerabilities, the risk is significant. Exploitation does not require authentication or user interaction beyond sending crafted HTTP requests. The vulnerability is rooted in insecure coding practices where input controlling file inclusion is not properly sanitized or validated, violating secure coding standards. This can be exacerbated if PHP's allow_url_include directive is enabled, potentially allowing remote file inclusion, though the description specifies local file inclusion. The vulnerability's impact depends on server configuration, file permissions, and the presence of sensitive files accessible to the web server user. Organizations using Popliup should urgently review their deployments and apply mitigations or patches once available.
Potential Impact
The impact of CVE-2025-23945 can be severe for organizations running vulnerable versions of Webliup Popliup. Successful exploitation can lead to unauthorized disclosure of sensitive information such as configuration files, database credentials, or application source code, compromising confidentiality. Attackers may also execute arbitrary code if they can upload malicious files or leverage other chained vulnerabilities, threatening system integrity and availability. This can result in full server compromise, data breaches, defacement, or use of the server as a pivot point for further attacks. The vulnerability affects web-facing applications, increasing exposure to external attackers. Organizations in sectors with sensitive data or critical infrastructure are particularly at risk. The absence of authentication or user interaction requirements makes exploitation easier and more likely. Additionally, the lack of a patch at the time of disclosure increases the window of exposure. The reputational damage, regulatory penalties, and operational disruptions resulting from exploitation can be significant. Therefore, organizations worldwide using Popliup should consider this a high-risk vulnerability requiring immediate attention.
Mitigation Recommendations
To mitigate CVE-2025-23945, organizations should take the following specific actions: 1) Immediately review and update Popliup installations to the latest version once a patch is released by Webliup. 2) If no patch is available, implement input validation and sanitization on all parameters controlling file inclusion to ensure only expected filenames or paths are accepted, using whitelisting approaches. 3) Disable PHP settings that allow remote file inclusion, such as setting 'allow_url_include' to 'Off' in php.ini. 4) Employ web application firewalls (WAFs) with rules designed to detect and block attempts to exploit file inclusion vulnerabilities, including suspicious traversal sequences or unusual parameter values. 5) Restrict file permissions on the server to limit access to sensitive files and directories, ensuring the web server user cannot read or execute unnecessary files. 6) Monitor web server and application logs for anomalous requests indicative of LFI attempts, such as requests containing directory traversal patterns or unusual file paths. 7) Conduct code audits and security testing on customizations or integrations involving Popliup to detect similar vulnerabilities. 8) Educate developers on secure coding practices related to file inclusion and input handling to prevent recurrence. These measures collectively reduce the risk of exploitation even before official patches are available.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Patchstack
- Date Reserved
- 2025-01-16T11:32:45.573Z
- Cvss Version
- null
- State
- PUBLISHED
Threat ID: 69cd724ee6bfc5ba1dee9057
Added to database: 4/1/2026, 7:30:22 PM
Last enriched: 4/1/2026, 8:45:16 PM
Last updated: 4/6/2026, 9:38:10 AM
Views: 4
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.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
External Links
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.