Cyber Resilience

CVE-2024-1380

Medium

Published: 13 March 2024

Published
13 March 2024
Modified
08 April 2026
KEV Added
Patch
CVSS Score v3.1 5.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.8453 99.3th percentile
Risk Priority 61 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-1380 is a medium-severity Missing Authorization (CWE-862) vulnerability in Relevanssi Relevanssi. Its CVSS base score is 5.3 (Medium).

Operationally, ranked in the top 0.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

The Relevanssi – A Better Search plugin for WordPress is affected by CVE-2024-1380, an instance of CWE-862 missing authorization. The flaw stems from the absence of a capability check in the relevanssi_export_log_check() function, impacting all versions through 4.22.0 in the free edition and 2.25.0 in the premium edition. This permits unauthenticated access to query log data via a network-reachable endpoint, corresponding to a CVSS 3.1 score of 5.3.

Unauthenticated remote attackers can invoke the affected function directly to export the plugin’s stored search query logs without any authentication or authorization. Successful exploitation yields read access to potentially sensitive usage data but does not permit modification or service disruption.

Wordfence and the WordPress plugin repository note that the vendor has stated the issue is “theoretically patched as is,” while indicating a possible future addition of a capability check; the referenced changesets do not introduce an explicit authorization control. The EPSS score has remained elevated, with a current value of 0.8453 and a recorded peak of 0.8750.

EU & UK References

Vulnerability details

The Relevanssi – A Better Search plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the relevanssi_export_log_check() function in all versions up to, and including, 4.22.0 (Free) and 2.25.0 (Premium). This makes…

more

it possible for unauthenticated attackers to export the query log data. The vendor has indicated that they may look into adding a capability check for proper authorization control, however, this vulnerability is theoretically patched as is.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

relevanssi
relevanssi
≤ 4.22.1

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-862

Requiring an access control policy ensures authorization checks are defined and applied for critical functions.

addresses: CWE-862

Reviews of access controls detect missing authorization checks on critical functions or resources.

addresses: CWE-862

Documenting permitted unauthenticated actions prevents missing authorization by making all exceptions explicit and subject to organizational review.

addresses: CWE-862

Requiring attribute association with information prevents authorization from being performed without necessary security or privacy context.

addresses: CWE-862

Mandating authorization prior to allowing remote connections addresses missing authorization for remote access.

addresses: CWE-862

Mandating authorization before wireless connections are allowed prevents missing authorization for wireless access.

addresses: CWE-862

The control requires authorization before allowing mobile device connections, directly mitigating missing authorization for system access.

addresses: CWE-862

Requiring approvals for account creation and specifying authorizations ensures authorization is not missing for system access.

References