Home Plans Products
Tools
Technology Trends Keyword Lists Browser Extensions
Features
Lead Generation Market Analysis Sales Intelligence
Resources
FAQ About Contact Blog
Account
Login Sign up
Home / Blog / PHP 7.3
Security Advisory

PHP 7.3 Security: 80 CVEs Found - Urgent Update Guide

📅 June 07, 2026 ·⏱ 5 min read ·🔒 SiteRecipe Security Team
237 websites still running PHP 7.3  → View full list
80
Total
11
Critical
30
High
35
Medium
4
Low

PHP 7.3 is a widely-used server-side programming language that powers countless websites around the world. However, security researchers have discovered 80 documented vulnerabilities in this version, including 11 critical flaws that could allow attackers to compromise your entire website. If you're running PHP 7.3, your site may be at serious risk of data breaches, unauthorized access, and malware injection.

With 237 websites still actively using this vulnerable version, cybercriminals are actively targeting these installations. The critical vulnerabilities range from memory corruption issues to arbitrary file execution, all of which can have devastating consequences for your business. This comprehensive guide will help you understand these threats and take immediate action to secure your website.

What is Php 7.3?

PHP 7.3 is a server-side scripting language that runs on your web hosting server to generate dynamic website content. It processes requests from visitors' browsers and communicates with databases to deliver personalized experiences. Most WordPress sites, e-commerce platforms, and custom web applications rely on PHP to function. Think of it as the engine that powers your website behind the scenes.

PHP versions require regular updates because security researchers constantly discover weaknesses in the code. These vulnerabilities are like unlocked doors in your digital home—attackers can slip through them to steal data, install malware, or take control of your website. PHP 7.3, released in 2018, is now outdated and no longer receives security patches, making it increasingly dangerous to use in production environments.

Key Vulnerabilities in Php 7.3

80 CVEs found. The most critical are explained below.

CRITICAL CVE-2019-9020 9.8/10 · CVSS v3.0 ⏱ Immediate
XML Processing Memory Error

PHP has a bug in how it processes XML data that could allow attackers to access sensitive information from your server's memory. This happens when malformed XML data is sent to your website.

Impact: Attackers could read private data stored in your server's memory, including passwords, database information, or user data.

↗ View on NVD
CRITICAL CVE-2019-9021 9.8/10 · CVSS v3.0 ⏱ Immediate
File Reading Memory Leak

PHP has a vulnerability in how it reads certain file types (PHAR files) that allows attackers to read data from memory beyond what they should access. This occurs when processing specially crafted files.

Impact: Attackers could extract confidential information from your server's memory by uploading or processing malicious files.

↗ View on NVD
CRITICAL CVE-2019-9023 9.8/10 · CVSS v3.0 ⏱ Immediate
Text Processing Memory Exposure

PHP's text handling functions have multiple bugs that expose server memory when processing certain types of text data. Attackers can trigger these issues by sending specially formatted text to your website.

Impact: Sensitive server data could be leaked, including authentication tokens, API keys, or customer information stored in memory.

↗ View on NVD
CRITICAL CVE-2019-9025 9.8/10 · CVSS v3.0 ⏱ Immediate
Text Splitting Function Memory Corruption

PHP 7.3 has a critical bug in its text splitting function that causes it to write data to wrong memory locations when processing certain text formats. This could crash your site or allow code execution.

Impact: Your website could crash, malfunction, or attackers could execute malicious code on your server.

↗ View on NVD
CRITICAL CVE-2019-9641 9.8/10 · CVSS v3.1 ⏱ Immediate
Photo Metadata Processing Error

PHP has a bug when reading metadata from image files (EXIF data) that causes it to access uninitialized memory. Attackers can exploit this by uploading specially crafted images.

Impact: Attackers could leak server memory contents or crash your website by uploading malicious images.

↗ View on NVD
CRITICAL CVE-2020-12743 9.8/10 · CVSS v3.1 ⏱ Immediate
Installation File Left Publicly Accessible

If you used Gazie software, the installation file remains accessible after setup completes, allowing anyone to re-run the installer without permission. This file can be manipulated to include and execute arbitrary PHP files.

Impact: Attackers can gain complete control of your website and server by re-running the installer and including malicious files.

↗ View on NVD

Additional Vulnerabilities (74 more)

Showing first 10 of 74. View all on NVD ↗

CVE IDSeverityScore PublishedDescription
CVE-2019-11034 CRITICAL 9.1 2019-04-18 When processing certain files, PHP EXIF extension in versions 7.1.x below 7.1.28, 7.2.x below 7.2.17 and 7.3.x below 7.3.4 can be caused to read past allocated buffer in exif_proc…
CVE-2019-11035 CRITICAL 9.1 2019-04-18 When processing certain files, PHP EXIF extension in versions 7.1.x below 7.1.28, 7.2.x below 7.2.17 and 7.3.x below 7.3.4 can be caused to read past allocated buffer in exif_iif_…
CVE-2019-11036 CRITICAL 9.1 2019-05-03 When processing certain files, PHP EXIF extension in versions 7.1.x below 7.1.29, 7.2.x below 7.2.18 and 7.3.x below 7.3.5 can be caused to read past allocated buffer in exif_proc…
CVE-2019-11039 CRITICAL 9.1 2019-06-19 Function iconv_mime_decode_headers() in PHP versions 7.1.x below 7.1.30, 7.2.x below 7.2.19 and 7.3.x below 7.3.6 may perform out-of-buffer read due to integer overflow when parsi…
CVE-2019-11040 CRITICAL 9.1 2019-06-19 When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.1.x below 7.1.30, 7.2.x below 7.2.19 and 7.3.x below 7.3.6…
CVE-2019-6977 HIGH 8.8 2019-01-27 gdImageColorMatch in gd_color_match.c in the GD Graphics Library (aka LibGD) 2.2.5, as used in the imagecolormatch function in PHP before 5.6.40, 7.x before 7.1.26, 7.2.x before 7…
CVE-2019-11043 HIGH 8.7 2019-10-28 In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it is possible to cause FPM module to write past allocated buf…
CVE-2019-9675 HIGH 8.1 2019-03-11 An issue was discovered in PHP 7.x before 7.1.27 and 7.3.x before 7.3.3. phar_tar_writeheaders_int in ext/phar/tar.c has a buffer overflow via a long link value. NOTE: The vendor …
CVE-2025-32668 HIGH 8.1 2025-04-10 Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Rameez Iqbal Real Estate Manager real-estate-manager allow…
CVE-2025-14359 HIGH 8.1 2026-01-08 Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in brandexponents Oshine allows PHP Local File Inclusion. Th…
Full Report Available

All 80 CVEs with AI explanations + fix guide

Plain English · Fix recommendations · Instant PDF & HTML download

⬇ Get Full Report
PDF + HTML · Instant download

Is your website running Php 7.3?

Scan your site in 30 seconds. Used by 500+ web agencies.

How to Check If Your Website Is Affected

How to Fix These Vulnerabilities

Conclusion

The 80 vulnerabilities found in PHP 7.3—particularly the 11 critical flaws—represent a serious security threat to your website and your users' data. These aren't theoretical vulnerabilities; attackers are actively exploiting outdated PHP versions to breach websites every single day. Upgrading to a current, supported PHP version is not optional—it's essential cybersecurity maintenance that protects your business reputation and legal compliance.

Don't wait until your website is compromised. Use SiteRecipe.com's vulnerability scanner to identify all security weaknesses on your site, monitor your PHP version in real-time, and receive automated alerts when updates are available. Our platform helps you stay ahead of threats and maintain the highest security standards. Start your free security audit today at SiteRecipe.com and take control of your website's safety.

Frequently Asked Questions

Is PHP 7.3 still supported by the PHP development team?
No. PHP 7.3 reached end-of-life in December 2021 and no longer receives security updates or patches. This means any newly discovered vulnerabilities will never be fixed, leaving your website permanently exposed to attacks.
Can I safely ignore these vulnerabilities if I use a firewall?
No. While firewalls provide some protection, they cannot block all attacks targeting known PHP vulnerabilities. A determined attacker can find ways around network security to exploit code-level weaknesses. Upgrading PHP is the only reliable solution.
How long does it take to upgrade from PHP 7.3 to a newer version?
Most upgrades take 1-4 hours depending on your website's complexity and the number of plugins or custom code. Modern hosting providers offer one-click upgrades that can be completed in minutes, though thorough testing should always follow.
Will upgrading PHP break my website?
Most websites upgrade seamlessly, but some older themes or plugins may have compatibility issues. This is why testing on a staging environment first is critical. Most hosting providers will help troubleshoot any problems during the upgrade process.
What is the difference between CVE severity levels?
Critical vulnerabilities pose immediate, severe risk and should be patched immediately. High-level issues are serious but may have limiting conditions. Medium and Low vulnerabilities are less urgent but still important to address as part of regular maintenance.

Generate white-label reports for your clients

Web agencies use SiteRecipe to produce branded PDF security reports in 30 seconds.

DISCLAIMER: This report is based on publicly available CVE data from the National Vulnerability Database (NVD) maintained by NIST. Detection of a technology version does not confirm active exploitation on any specific website. For informational purposes only. SiteRecipe is not responsible for actions taken based on this report. Always consult a qualified security professional.

Source: nvd.nist.gov · Published: June 07, 2026 · SiteRecipe.com