CVE-2026-27891
Last modified
CVE-2026-27891 is a high-severity vulnerability rated 7.2/10 on the CVSS scale. FacturaScripts is an open source accounting and invoicing software. Versions 2026 and below contain a critical vulnerability in the Plugins::add() function. EPSS estimates a 0.52% chance of exploitation in the next 30 days.
Description
FacturaScripts is an open source accounting and invoicing software. Versions 2026 and below contain a critical vulnerability in the Plugins::add() function. The system fails to properly validate the file paths within uploaded ZIP archives. This allows an attacker to perform a Zip Slip attack, leading to Arbitrary File Write and Remote Code Execution (RCE) by overwriting sensitive .php files outside the designated plugins directory. The vulnerability is located in Plugins.php. While the testZipFile function attempts to validate that the ZIP contains only one root folder, it does not sanitize or validate the individual file paths within that folder. An attacker can bypass this check by naming a file ValidPluginName/../../shell.php. The explode function will see ValidPluginName as the root folder, satisfying the count($folders) != 1 check. However, during extraction, the ../../ sequence triggers a path traversal, allowing the file to be written anywhere the web server has permissions the root directory. This issue is fixed in version 2026.1.
Metrics
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-27891?
How severe is CVE-2026-27891?
How do I fix CVE-2026-27891?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-27886Strapi is an open source headless content management system.…7.5
- CVE-2026-27887Spin is an open source developer tool for building and runni…6.9
- CVE-2026-27888pypdf is a free and open-source pure-python PDF library. Pri…7.5
- CVE-2026-27889NATS-Server is a High-Performance server for NATS.io, a clou…7.5
- CVE-2026-2789Use-after-free in the Graphics: ImageLib component. This vul…9.8
- CVE-2026-27890Firebird is an open-source relational database management sy…8.2
- CVE-2026-27892FacturaScripts is an open source accounting and invoicing so…6.5
- CVE-2026-27893vLLM is an inference and serving engine for large language m…8.8
- CVE-2026-27894LDAP Account Manager (LAM) is a webfrontend for managing ent…8.8
- CVE-2026-27895LDAP Account Manager (LAM) is a webfrontend for managing ent…8.8
- CVE-2026-27896The Go MCP SDK used Go's standard encoding/json.Unmarshal fo…7.5
- CVE-2026-27897Vociferous provides cross-platform, offline speech-to-text w…7.1
Are you affected by CVE-2026-27891?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
