Cyber Resilience

CVE-2024-53800

High

Published: 07 January 2025

Published
07 January 2025
Modified
01 April 2026
KEV Added
Patch
CVSS Score v3.1 8.1 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0609 91.0th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-53800 is a high-severity PHP Remote File Inclusion (CWE-98) vulnerability in Rezgo Rezgo Online Booking. Its CVSS base score is 8.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 9.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

The vulnerability is a PHP Local File Inclusion issue (CWE-98) stemming from improper control of filenames in include/require statements, present in the Rezgo WordPress plugin for online bookings. It affects all versions through 4.17 and carries a CVSS 3.1 score of 8.1.

An unauthenticated remote attacker can exploit the flaw over the network, albeit with high attack complexity, to include and execute arbitrary local PHP files. Successful exploitation grants full control over confidentiality, integrity, and availability of the affected site without requiring privileges or user interaction.

The Patchstack advisory for the Rezgo plugin documents the issue at version 4.15 and provides a public entry in its vulnerability database for tracking fixes. The associated EPSS score remains low, with a current value of 0.0609 and a peak of only 0.0671.

EU & UK References

Vulnerability details

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in rezgo Rezgo rezgo allows PHP Local File Inclusion.This issue affects Rezgo: from n/a through <= 4.17.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

LFI vulnerability in public-facing WordPress plugin directly enables remote exploitation of the application (T1190).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-28087Shared CWE-98
CVE-2025-23952Shared CWE-98
CVE-2026-32505Shared CWE-98
CVE-2025-48149Shared CWE-98
CVE-2025-60058Shared CWE-98
CVE-2025-49994Shared CWE-98
CVE-2026-24531Shared CWE-98
CVE-2025-67527Shared CWE-98
CVE-2025-69396Shared CWE-98
CVE-2025-62067Shared CWE-98

Affected Assets

rezgo
rezgo online booking
≤ 4.17.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates CVE-2024-53800 by requiring timely patching of the vulnerable Rezgo WordPress plugin versions through 4.17 to fix the improper filename control in PHP include/require.

prevent

Prevents exploitation of the PHP Local File Inclusion by validating filename inputs used in include/require statements against organization-defined allowlists or patterns.

prevent

Restricts unauthorized filename inputs to the Rezgo plugin's PHP code, limiting the ability to specify arbitrary local files for inclusion.

References