CVE-2026-27343
Local File Inclusion in Airtifact PHP <= 1.2.91 Allows Code Execution
Publication date: 2026-02-19
Last updated on: 2026-02-20
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| vankarwai | airtifact | to 1.2.91 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-98 | The PHP application receives input from an upstream component, but it does not restrict or incorrectly restricts the input before its usage in "require," "include," or similar functions. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an improper control of the filename used in include or require statements in a PHP program, specifically in the VanKarWai Airtifact software. It is a PHP Local File Inclusion vulnerability, which means that an attacker could potentially include files on the local server through manipulated input, leading to unauthorized access or code execution.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to include and execute arbitrary files on the server running the affected software. This could lead to unauthorized access to sensitive information, execution of malicious code, or compromise of the server's integrity.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know