Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2024-28254

63
FAUCET Score

CVE-2024-28254 is a critical Remote Code Execution (RCE) vulnerability affecting OpenMetadata versions prior to 1.2.4. It stems from an insecure SpEL expression evaluation in the AlertUtil::validateExpression method, accessible via an unauthenticated endpoint. This allows any authenticated user, including non-administrators, to execute arbitrary system commands due to a missing authorization check and the use of StandardEvaluationContext. With a CVSS score of 8.8 (High), the vulnerability has a low attack complexity and can lead to complete compromise of confidentiality, integrity, and availability. Exploit intelligence indicates a Metasploit module exists, and there is significant community discussion and media coverage, including reports of active exploitation in Kubernetes cryptomining attacks.

Impacted Technologies

VendorProductVersion(s)CPE
< 1.2.4CPE matchmatch criteria
cpe:2.3:a:open-metadata:openmetadata:*:*:*:*:*:*:*:*

CVSS Data

CVSS version used by this source: 3.1

8.8HIGH

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
HIGH
Integrity Impact
HIGH
Availability Impact
HIGH
Exploitability Score
2.8
Impact Score
5.9
CvssVersion
3.1

Exploit Intelligence

EPSS Score
45.73%
Probability of exploitation in next 30 days
EPSS Percentile
98.7%
Percentile rank of EPSS score among Peer Group
As of 2026-07-27
Model: v2026.06.15
Metasploit: OpenMetadata authentication bypass and SpEL injection exploit chain · Mar 15, 2024
This CVE's current EPSS score of 0.4572 is in the 98th percentile among its peer group of 17,829 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.0 Reddit, 0.3 Bluesky, 0.1 Mastodon, and 0.2 GitHub mentions.

Media Mentions

The average CVE in this peer group has 0.1 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Vendor Patches (1)

github_advisoryvendor investigatingvia nvd_reference
View patch

References

codeql.github.com / codeql-query-help/java/java-spel-expression-injection
Not Applicable
github.com / open-metadata/OpenMetadata/blob/84054a85d3478e3e3795fe92daa633ec11c9d6d9/openmetadata-service/src/main/java/org/openmetadata/service/events/subscription/AlertUtil.java
Product
github.com / open-metadata/OpenMetadata/blob/84054a85d3478e3e3795fe92daa633ec11c9d6d9/openmetadata-service/src/main/java/org/openmetadata/service/events/subscription/AlertUtil.java
Product
github.com / open-metadata/OpenMetadata/security/advisories/GHSA-j86m-rrpr-g8gw
Vendor Advisory
github.com / spring-projects/spring-framework/blob/4e2d3573189b7c0afce62bce29cd915de4077f56/spring-expression/src/main/java/org/springframework/expression/spel/standard/SpelExpression.java
Product