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-28847

31
FAUCET Score

CVE-2024-28847 is a critical Remote Code Execution (RCE) vulnerability affecting OpenMetadata versions prior to 1.2.4. It stems from an expression language injection flaw (CWE-94) in the AlertUtil::validateExpression function, allowing authenticated attackers to execute arbitrary code by sending a crafted PUT request to the /api/v1/events/subscriptions endpoint. This vulnerability carries a high CVSS score of 8.8, indicating a network-based attack with low complexity, requiring only low privileges, and resulting in high impacts to confidentiality, integrity, and availability. The authorization check occurs after the malicious expression is evaluated, making it exploitable. While no public exploit code is listed on Metasploit, Nuclei, or ExploitDB, this vulnerability is actively exploited in the wild, with reports of attackers hijacking OpenMetadata applications in Kubernetes for cryptomining. It has garnered significant community discussion and media coverage, including articles from BleepingComputer and SecurityWeek, highlighting its active exploitation.

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
2.37%
Probability of exploitation in next 30 days
EPSS Percentile
82.1%
Percentile rank of EPSS score among Peer Group
As of 2026-07-27
Model: v2026.06.15
This CVE's current EPSS score of 0.0237 is in the 81st 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

Patch Available

Vendor Patches (2)

mavenpatch availablevia ghsa
Product: org.open-metadata:openmetadata-serviceFixed in: 1.2.4
github_advisoryvendor investigatingvia nvd_reference
View patch

Vendor Advisories (1)

mavenGHSA-8p5r-6mvv-2435high

OpenMetadata vulnerable to a SpEL Injection in `PUT /api/v1/events/subscriptions` (`GHSL-2023-251`)

Apr 24, 2024

References

codeql.github.com / codeql-query-help/java/java-spel-expression-injection
Not Applicable
github.com / open-metadata/OpenMetadata/blob/b6b337e09a05101506a5faba4b45d370cc3c9fc8/openmetadata-service/src/main/java/org/openmetadata/service/jdbi3/EntityRepository.java
Product
github.com / open-metadata/OpenMetadata/blob/b6b337e09a05101506a5faba4b45d370cc3c9fc8/openmetadata-service/src/main/java/org/openmetadata/service/jdbi3/EventSubscriptionRepository.java
Product
github.com / open-metadata/OpenMetadata/blob/b6b337e09a05101506a5faba4b45d370cc3c9fc8/openmetadata-service/src/main/java/org/openmetadata/service/resources/EntityResource.java
Product
github.com / open-metadata/OpenMetadata/blob/b6b337e09a05101506a5faba4b45d370cc3c9fc8/openmetadata-service/src/main/java/org/openmetadata/service/resources/events/subscription/EventSubscriptionResource.java
Product
github.com / open-metadata/OpenMetadata/security/advisories/GHSA-8p5r-6mvv-2435
ExploitVendor Advisory