mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-4p8f-2fwv-6xcw GHSA-pv4m-7c68-f4c5
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-4p8f-2fwv-6xcw",
|
||||
"modified": "2023-10-02T16:31:38Z",
|
||||
"modified": "2023-10-27T17:01:26Z",
|
||||
"published": "2022-03-30T00:00:25Z",
|
||||
"aliases": [
|
||||
"CVE-2022-28139"
|
||||
],
|
||||
"summary": "Missing permission check in Jenkins RocketChat Notifier Plugin",
|
||||
"details": "Jenkins RocketChat Notifier Plugin 1.4.10 and earlier does not perform a permission check in a method implementing form validation.\n\nThis allows attackers with Overall/Read permission to connect to an attacker-specified URL using attacker-specified username and password.\n\nAdditionally, this form validation method does not require POST requests, resulting in a cross-site request forgery (CSRF) vulnerability.\n\nRocketChat Notifier Plugin 1.5.0 requires POST requests and Overall/Administer permission for the affected form validation method.",
|
||||
"details": "Jenkins RocketChat Notifier Plugin 1.4.10 and earlier does not perform a permission check in a method implementing form validation.\n\nThis allows attackers with Overall/Read permission to connect to an attacker-specified URL using attacker-specified credentials.\n\nAdditionally, this form validation method does not require POST requests, resulting in a cross-site request forgery (CSRF) vulnerability.\n\nRocketChat Notifier Plugin 1.5.0 requires POST requests and Overall/Administer permission for the affected form validation method.",
|
||||
"severity": [
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
@@ -20,11 +20,6 @@
|
||||
"ecosystem": "Maven",
|
||||
"name": "org.jenkins-ci.plugins:rocketchatnotifier"
|
||||
},
|
||||
"ecosystem_specific": {
|
||||
"affected_functions": [
|
||||
""
|
||||
]
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-pv4m-7c68-f4c5",
|
||||
"modified": "2022-11-30T20:34:35Z",
|
||||
"modified": "2023-10-27T17:02:03Z",
|
||||
"published": "2022-03-16T00:00:44Z",
|
||||
"aliases": [
|
||||
"CVE-2022-27198"
|
||||
@@ -11,7 +11,7 @@
|
||||
"severity": [
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N"
|
||||
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H"
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
@@ -61,7 +61,7 @@
|
||||
"cwe_ids": [
|
||||
"CWE-352"
|
||||
],
|
||||
"severity": "MODERATE",
|
||||
"severity": "HIGH",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2022-11-30T20:34:35Z",
|
||||
"nvd_published_at": "2022-03-15T17:15:00Z"
|
||||
|
||||
Reference in New Issue
Block a user