CVE-2026-1423
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2026-01-26

Last updated on: 2026-04-29

Assigner: VulDB

Description
A vulnerability was determined in code-projects Online Examination System 1.0. Affected by this issue is some unknown functionality of the file /admin_pic.php. Executing a manipulation can lead to unrestricted upload. The attack may be performed from remote. The exploit has been publicly disclosed and may be utilized.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-26
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2026-01-26
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
fabian online_examination_system 1.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-434 The product allows the upload or transfer of dangerous file types that are automatically processed within its environment.
CWE-284 The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2026-1423 is an unrestricted file upload vulnerability in the code-projects Online Examination System 1.0, specifically in the /admin_pic.php script used for changing the website logo. The system does not restrict the types of files that can be uploaded, allowing an attacker to upload a malicious PHP webshell. This enables remote execution of arbitrary code on the server, potentially compromising the system. [1, 2]


How can this vulnerability impact me? :

This vulnerability can lead to remote code execution on the affected server, allowing attackers to compromise the confidentiality, integrity, and availability of the system. Attackers can upload malicious files without authentication, potentially gaining control over the server, stealing data, disrupting services, or using the server for further attacks. [1, 2]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by checking for the presence of the vulnerable file /admin_pic.php on your system or web server. Additionally, you can search for signs of exploitation such as uploaded PHP webshell files or unusual file uploads in the directory handling the 'Change Picture' feature. Network detection can include monitoring HTTP requests for file uploads to /admin_pic.php. A suggested command to identify potentially vulnerable endpoints is using Google dorking: searching for "inurl:admin_pic.php" to find exposed instances. On your server, you can use commands like 'find /var/www -name admin_pic.php' to locate the file, and 'grep -iR "upload" /path/to/webroot' to find upload handling code. Monitoring web server logs for POST requests to /admin_pic.php can also help detect exploitation attempts. [2]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include disabling or restricting access to the /admin_pic.php file to prevent file uploads, especially from untrusted sources. Since no known countermeasures or patches are available, it is recommended to replace the affected product with an alternative secure solution. Additionally, monitoring and blocking suspicious upload attempts and restricting file types accepted by upload features can help reduce risk. Applying network-level protections such as web application firewalls (WAF) to block malicious payloads targeting /admin_pic.php is also advised. [2]


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The provided resources do not specify how this vulnerability affects compliance with common standards and regulations such as GDPR or HIPAA.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart