mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-p4xx-w6fr-c4w9 GHSA-x65v-g96x-c6gw
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-p4xx-w6fr-c4w9",
|
||||
"modified": "2023-02-10T00:20:55Z",
|
||||
"modified": "2025-03-26T19:49:06Z",
|
||||
"published": "2023-02-02T06:30:26Z",
|
||||
"aliases": [
|
||||
"CVE-2023-25015"
|
||||
],
|
||||
"summary": "Clockwork Web contains a Cross-Site Request Forgery Vulnerability with Rails < 5.2",
|
||||
"details": "Clockwork Web before 0.1.2, when used with Rails before 5.2 is used, allows Cross-Site Request Forgery (CSRF). A CSRF attack works by getting an authorized user to visit a malicious website and then performing requests on behalf of the user. In this instance, actions include enabling and disabling jobs. All users running an affected release on Rails < 5.2 should upgrade immediately.\n",
|
||||
"details": "Clockwork Web before 0.1.2, when used with Rails before 5.2 is used, allows Cross-Site Request Forgery (CSRF). A CSRF attack works by getting an authorized user to visit a malicious website and then performing requests on behalf of the user. In this instance, actions include enabling and disabling jobs. All users running an affected release on Rails < 5.2 should upgrade immediately.",
|
||||
"severity": [
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
@@ -63,7 +63,8 @@
|
||||
],
|
||||
"database_specific": {
|
||||
"cwe_ids": [
|
||||
"CWE-352"
|
||||
"CWE-352",
|
||||
"CWE-652"
|
||||
],
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": true,
|
||||
|
||||
+29
-4
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-x65v-g96x-c6gw",
|
||||
"modified": "2025-03-26T15:32:37Z",
|
||||
"modified": "2025-03-26T19:48:26Z",
|
||||
"published": "2025-03-24T21:30:34Z",
|
||||
"aliases": [
|
||||
"CVE-2025-29315"
|
||||
],
|
||||
"summary": "OpenDaylight SFC Allows Unauthorized Privileged Execution via Crafted Request",
|
||||
"details": "An issue in the Shiro-based RBAC (Role-based Access Control) mechanism of OpenDaylight Service Function Chaining (SFC) Subproject SFC Sodium-SR4 and below allows attackers to execute privileged operations via a crafted request.",
|
||||
"severity": [
|
||||
{
|
||||
@@ -13,7 +14,27 @@
|
||||
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
|
||||
}
|
||||
],
|
||||
"affected": [],
|
||||
"affected": [
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Maven",
|
||||
"name": "org.opendaylight.sfc:sfc-parent"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0"
|
||||
},
|
||||
{
|
||||
"last_affected": "0.10.4"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
@@ -22,6 +43,10 @@
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://blog.csdn.net/weixin_43959580/article/details/144794289"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/opendaylight/sfc"
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
@@ -29,8 +54,8 @@
|
||||
"CWE-284"
|
||||
],
|
||||
"severity": "CRITICAL",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2025-03-26T19:48:26Z",
|
||||
"nvd_published_at": "2025-03-24T21:15:18Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user