CVE-2025-13275

4.7 MEDIUM

📋 TL;DR

This vulnerability allows remote attackers to upload arbitrary files to the Iqbolshoh php-business-website through the /admin/about.php endpoint. It affects all installations up to commit 10677743a8dfc281f85291a27cf63a0bce043c24. Attackers can potentially upload malicious files to compromise the system.

💻 Affected Systems

Products:
  • Iqbolshoh php-business-website
Versions: All versions up to commit 10677743a8dfc281f85291a27cf63a0bce043c24
Operating Systems: Any OS running PHP
Default Config Vulnerable: ⚠️ Yes
Notes: Affects the /admin/about.php file specifically. Rolling release model means no specific version numbers available.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Remote code execution leading to complete system compromise, data theft, or ransomware deployment.

🟠

Likely Case

Upload of web shells leading to unauthorized access, data manipulation, or lateral movement within the network.

🟢

If Mitigated

Limited impact if file uploads are restricted to specific types and locations with proper validation.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Exploit details are publicly available in the GitHub document. Remote exploitation is confirmed.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Unknown

Vendor Advisory: None provided

Restart Required: No

Instructions:

No official patch available. Check for updates from the vendor or consider alternative solutions.

🔧 Temporary Workarounds

Restrict file uploads

all

Implement strict file type validation and size limits for uploads.

Disable /admin/about.php

linux

Temporarily disable or restrict access to the vulnerable endpoint.

mv /path/to/admin/about.php /path/to/admin/about.php.disabled

🧯 If You Can't Patch

  • Implement web application firewall (WAF) rules to block malicious upload patterns.
  • Monitor file upload directories for suspicious files and implement file integrity monitoring.

🔍 How to Verify

Check if Vulnerable:

Check if the /admin/about.php file exists and if file upload functionality is present without proper validation.

Check Version:

git log --oneline -1

Verify Fix Applied:

Test file upload functionality with malicious files to ensure they are rejected.

📡 Detection & Monitoring

Log Indicators:

  • Unusual file uploads to /admin/about.php
  • Large or unexpected files in upload directories

Network Indicators:

  • POST requests to /admin/about.php with file uploads
  • Unusual outbound connections after uploads

SIEM Query:

source="web_logs" AND uri="/admin/about.php" AND method="POST" AND size>1000000

🔗 References

📤 Share & Export