Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
advisory-database[bot] committed Jan 2, 2025
1 parent 9922f2d commit 8009752
Showing 1 changed file with 33 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,40 @@
{
"schema_version": "1.4.0",
"id": "GHSA-qq9f-q439-2574",
"modified": "2025-01-02T21:31:42Z",
"modified": "2025-01-02T22:05:33Z",
"published": "2025-01-02T21:31:42Z",
"aliases": [
"CVE-2024-8447"
],
"summary": "Narayana deadlock via multiple join requests sent to LRA Coordinator",
"details": "A security issue was discovered in the LRA Coordinator component of Narayana. When Cancel is called in LRA, an execution time of approximately 2 seconds occurs. If Join is called with the same LRA ID within that timeframe, the application may crash or hang indefinitely, leading to a denial of service.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.jboss.narayana.rts:lra-coordinator-jar"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "7.1.0.Final"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
Expand All @@ -23,22 +44,30 @@
"type": "WEB",
"url": "https://github.com/jbosstm/narayana/pull/2293"
},
{
"type": "WEB",
"url": "https://github.com/jbosstm/narayana/commit/eb778412de230afc4687a2df43641280494156c5"
},
{
"type": "WEB",
"url": "https://access.redhat.com/security/cve/CVE-2024-8447"
},
{
"type": "WEB",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335206"
},
{
"type": "PACKAGE",
"url": "https://github.com/jbosstm/narayana"
}
],
"database_specific": {
"cwe_ids": [
"CWE-833"
],
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"github_reviewed": true,
"github_reviewed_at": "2025-01-02T22:05:33Z",
"nvd_published_at": "2025-01-02T21:15:10Z"
}
}

0 comments on commit 8009752

Please sign in to comment.