mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-46hr-3cq3-mcgp GHSA-hv38-h5pj-c96j GHSA-hv38-h5pj-c96j
This commit is contained in:
+38
-7
@@ -1,17 +1,43 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-46hr-3cq3-mcgp",
|
||||
"modified": "2024-09-16T14:37:28Z",
|
||||
"modified": "2024-09-16T20:16:16Z",
|
||||
"published": "2024-09-16T14:37:28Z",
|
||||
"aliases": [
|
||||
"CVE-2024-46943"
|
||||
],
|
||||
"summary": "OpenDaylight Authentication, Authorization and Accounting (AAA) peer impersonation vulnerability",
|
||||
"details": "An issue was discovered in OpenDaylight Authentication, Authorization and Accounting (AAA) through 0.19.3. A rogue controller can join a cluster to impersonate an offline peer, even if this rogue controller does not possess the complete cluster configuration information.",
|
||||
"severity": [
|
||||
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N"
|
||||
},
|
||||
{
|
||||
"type": "CVSS_V4",
|
||||
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N"
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Maven",
|
||||
"name": "org.opendaylight.aaa:aaa-artifacts"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0"
|
||||
},
|
||||
{
|
||||
"last_affected": "0.19.3"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
@@ -26,6 +52,10 @@
|
||||
"type": "WEB",
|
||||
"url": "https://doi.org/10.48550/arXiv.2408.16940"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/opendaylight/aaa"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://lf-opendaylight.atlassian.net/browse/AAA-285"
|
||||
@@ -33,11 +63,12 @@
|
||||
],
|
||||
"database_specific": {
|
||||
"cwe_ids": [
|
||||
|
||||
"CWE-285",
|
||||
"CWE-287"
|
||||
],
|
||||
"severity": null,
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2024-09-16T20:16:16Z",
|
||||
"nvd_published_at": "2024-09-15T23:15:11Z"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-hv38-h5pj-c96j",
|
||||
"modified": "2024-09-16T20:16:14Z",
|
||||
"published": "2024-09-16T14:37:28Z",
|
||||
"aliases": [
|
||||
"CVE-2024-46942"
|
||||
],
|
||||
"summary": "OpenDaylight Model-Driven Service Abstraction Layer (MD-SAL) allows follower controller to set up flow entries",
|
||||
"details": "In OpenDaylight Model-Driven Service Abstraction Layer (MD-SAL) through 13.0.1, a controller with a follower role can configure flow entries in an OpenDaylight clustering deployment.",
|
||||
"severity": [
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N"
|
||||
},
|
||||
{
|
||||
"type": "CVSS_V4",
|
||||
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N"
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Maven",
|
||||
"name": "org.opendaylight.mdsal:mdsal-artifacts"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0"
|
||||
},
|
||||
{
|
||||
"last_affected": "13.0.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-46942"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://docs.opendaylight.org/en/latest/release-notes/projects/mdsal.html"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://doi.org/10.48550/arXiv.2408.16940"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/opendaylight/mdsal"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://lf-opendaylight.atlassian.net/browse/MDSAL-869"
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
"cwe_ids": [
|
||||
"CWE-285"
|
||||
],
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2024-09-16T20:16:14Z",
|
||||
"nvd_published_at": "2024-09-15T23:15:11Z"
|
||||
}
|
||||
}
|
||||
@@ -1,43 +0,0 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-hv38-h5pj-c96j",
|
||||
"modified": "2024-09-16T14:37:28Z",
|
||||
"published": "2024-09-16T14:37:28Z",
|
||||
"aliases": [
|
||||
"CVE-2024-46942"
|
||||
],
|
||||
"details": "In OpenDaylight Model-Driven Service Abstraction Layer (MD-SAL) through 13.0.1, a controller with a follower role can configure flow entries in an OpenDaylight clustering deployment.",
|
||||
"severity": [
|
||||
|
||||
],
|
||||
"affected": [
|
||||
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-46942"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://docs.opendaylight.org/en/latest/release-notes/projects/mdsal.html"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://doi.org/10.48550/arXiv.2408.16940"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://lf-opendaylight.atlassian.net/browse/MDSAL-869"
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
"cwe_ids": [
|
||||
|
||||
],
|
||||
"severity": null,
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"nvd_published_at": "2024-09-15T23:15:11Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user