Publish Advisories

GHSA-fpw7-8gjc-jwqj
GHSA-fpw7-8gjc-jwqj
This commit is contained in:
advisory-database[bot]
2025-01-22 19:28:17 +00:00
parent 3b67fde04e
commit 2fb29325c4
2 changed files with 59 additions and 29 deletions
@@ -0,0 +1,59 @@
{
"schema_version": "1.4.0",
"id": "GHSA-fpw7-8gjc-jwqj",
"modified": "2025-01-22T19:26:49Z",
"published": "2025-01-22T18:31:55Z",
"aliases": [
"CVE-2025-24400"
],
"summary": "Cache confusion in Jenkins Eiffel Broadcaster Plugin ",
"details": "The Jenkins Eiffel Broadcaster Plugin allows events published to RabbitMQ to be signed using certificate credentials. To improve performance, the plugin caches some data from the credential.\n\nEiffel Broadcaster Plugin 2.8.0 through 2.10.2 (both inclusive) uses the credential ID as the cache key. This allows attackers able to create a credential with the same ID as a legitimate one in a different credentials store, to sign an event published to RabbitMQ with the legitimate certificate credentials.\n\nEiffel Broadcaster Plugin 2.10.3 removes the cache.\n",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "com.axis.jenkins.plugins.eiffel:eiffel-broadcaster"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2.8.0"
},
{
"fixed": "2.10.3"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24400"
},
{
"type": "WEB",
"url": "https://github.com/jenkinsci/eiffel-broadcaster-plugin"
},
{
"type": "WEB",
"url": "https://www.jenkins.io/security/advisory/2025-01-22/#SECURITY-3485"
}
],
"database_specific": {
"cwe_ids": [],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2025-01-22T19:26:49Z",
"nvd_published_at": "2025-01-22T17:15:13Z"
}
}
@@ -1,29 +0,0 @@
{
"schema_version": "1.4.0",
"id": "GHSA-fpw7-8gjc-jwqj",
"modified": "2025-01-22T18:31:55Z",
"published": "2025-01-22T18:31:55Z",
"aliases": [
"CVE-2025-24400"
],
"details": "Jenkins Eiffel Broadcaster Plugin 2.8.0 through 2.10.2 (both inclusive) uses the credential ID as the cache key during signing operations, allowing attackers able to create a credential with the same ID as a legitimate one in a different credentials store to sign an event published to RabbitMQ with the legitimate credentials.",
"severity": [],
"affected": [],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24400"
},
{
"type": "WEB",
"url": "https://www.jenkins.io/security/advisory/2025-01-22/#SECURITY-3485"
}
],
"database_specific": {
"cwe_ids": [],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-01-22T17:15:13Z"
}
}