AcBakImzala CVE-2025-11023
CRITICALSeverity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
1DescriptionCVE.org
Inclusion of Functionality from Untrusted Control Sphere, Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in ArkSigner Software and Hardware Inc. AcBakImzala allows PHP Local File Inclusion.
This issue affects AcBakImzala: before v5.1.4.
AnalysisAI
Remote file inclusion in ArkSigner AcBakImzala versions before 5.1.4 allows unauthenticated attackers to coerce the PHP application into including attacker-controlled files, resulting in local file inclusion and potential remote code execution. The CVSS 9.8 score reflects network-reachable, no-authentication exploitation with full confidentiality, integrity, and availability impact, though no public exploit identified at time of analysis and the issue is not currently listed in CISA KEV.
Technical ContextAI
AcBakImzala is a PHP-based signing/document application from ArkSigner Software and Hardware Inc., a Turkish vendor. The root cause is CWE-98 (Improper Control of Filename for Include/Require Statement in PHP Program), commonly referred to as PHP Remote/Local File Inclusion. This class of flaw occurs when user-controllable input flows into PHP's include, include_once, require, or require_once statements without sufficient validation, allowing an attacker to redirect the include target to an arbitrary file. Although classified as PHP RFI in the title, the description specifies the resulting condition is Local File Inclusion, meaning the included path resolves to files already accessible on the server; depending on PHP configuration (e.g., allow_url_include) and writable upload paths, LFI can escalate to arbitrary code execution via log poisoning, session files, or uploaded content.
Affected ProductsAI
ArkSigner Software and Hardware Inc. AcBakImzala at all versions prior to 5.1.4 is affected; version 5.1.4 and later are the fixed releases. No CPE entries were provided in the input data, and no vendor-hosted advisory URL was supplied - the only references are the Turkish national CERT (USOM) bulletins at https://siberguvenlik.gov.tr/guvenlik-bildirimleri/detay/tr-25-0356 and https://www.usom.gov.tr/bildirim/tr-25-0356, which should be consulted for the authoritative affected-version statement and any deployment-specific notes.
RemediationAI
Upgrade AcBakImzala to version 5.1.4 or later, which the advisory identifies as the fixed release; consult the USOM bulletins at https://www.usom.gov.tr/bildirim/tr-25-0356 and https://siberguvenlik.gov.tr/guvenlik-bildirimleri/detay/tr-25-0356 for vendor-coordinated guidance. If immediate patching is not possible, restrict network reachability of the AcBakImzala web interface to trusted internal networks or VPN-only access to remove the unauthenticated network attack vector, and place a WAF rule in front of the application to block requests containing path-traversal sequences (../, ..\, %2e%2e) or absolute paths/URL schemes in query parameters that feed include statements - note this blocks only known attack shapes and may produce false positives against legitimate file-name parameters. As PHP-level hardening, set allow_url_include=Off and allow_url_fopen=Off in php.ini to neutralize remote URL inclusion, and configure open_basedir to confine includes to the application directory, accepting that these changes may break legitimate functionality and require regression testing. Monitor web and PHP error logs for anomalous include paths until the upgrade is deployed.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-98 – PHP Remote File Inclusion
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today