Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
advisory-database[bot] committed Jul 22, 2024
1 parent 4d751a6 commit df6335a
Showing 1 changed file with 44 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,35 +1,73 @@
{
"schema_version": "1.4.0",
"id": "GHSA-q9w2-h4cw-8ghp",
"modified": "2024-07-22T12:30:35Z",
"modified": "2024-07-22T21:57:52Z",
"published": "2024-07-22T12:30:35Z",
"aliases": [
"CVE-2024-23321"
],
"summary": "Apache RocketMQ Vulnerable to Unauthorized Exposure of Sensitive Data",
"details": "For RocketMQ versions 5.2.0 and below, under certain conditions, there is a risk of exposure of sensitive Information to an unauthorized actor even if RocketMQ is enabled with authentication and authorization functions.\n\nAn attacker, possessing regular user privileges or listed in the IP whitelist, could potentially acquire the administrator's account and password through specific interfaces. Such an action would grant them full control over RocketMQ, provided they have access to the broker IP address list.\n\nTo mitigate these security threats, it is strongly advised that users upgrade to version 5.3.0 or newer. Additionally, we recommend users to use RocketMQ ACL 2.0 instead of the original RocketMQ ACL when upgrading to version Apache RocketMQ 5.3.0.\n\n",
"severity": [

{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N"
}
],
"affected": [

{
"package": {
"ecosystem": "Maven",
"name": "org.apache.rocketmq:rocketmq-all"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "4.5.2"
},
{
"fixed": "5.3.0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23321"
},
{
"type": "PACKAGE",
"url": "https://github.com/apache/rocketmq"
},
{
"type": "WEB",
"url": "https://github.com/apache/rocketmq/releases/tag/rocketmq-all-5.3.0"
},
{
"type": "WEB",
"url": "https://lists.apache.org/thread/lr8npobww786nrnddd1pcy974r17c830"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2024/07/22/1"
}
],
"database_specific": {
"cwe_ids": [
"CWE-200"
],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2024-07-22T21:57:52Z",
"nvd_published_at": "2024-07-22T10:15:02Z"
}
}

0 comments on commit df6335a

Please sign in to comment.