mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-2mgj-mwvf-mpg5 GHSA-q5wm-qgxj-h9ph
This commit is contained in:
+26
-4
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-2mgj-mwvf-mpg5",
|
||||
"modified": "2022-04-05T00:00:38Z",
|
||||
"modified": "2024-01-30T22:05:12Z",
|
||||
"published": "2022-03-30T00:00:24Z",
|
||||
"aliases": [
|
||||
"CVE-2022-28144"
|
||||
],
|
||||
"summary": "Missing permission checks in Jenkins Proxmox Plugin ",
|
||||
"details": "Jenkins Proxmox Plugin 0.7.0 and earlier does not perform a permission check in several HTTP endpoints, allowing attackers with Overall/Read permission to connect to an attacker-specified host using attacker-specified username and password (perform a connection test), disable SSL/TLS validation for the entire Jenkins controller JVM as part of the connection test (see CVE-2022-28142), and test a rollback with attacker-specified parameters.",
|
||||
"severity": [
|
||||
{
|
||||
@@ -14,7 +15,28 @@
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Maven",
|
||||
"name": "org.jenkins-ci.plugins:proxmox"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0"
|
||||
},
|
||||
{
|
||||
"fixed": "0.7.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
"last_known_affected_version_range": "<= 0.7.0"
|
||||
}
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
@@ -35,8 +57,8 @@
|
||||
"CWE-862"
|
||||
],
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2024-01-30T22:05:12Z",
|
||||
"nvd_published_at": "2022-03-29T13:15:00Z"
|
||||
}
|
||||
}
|
||||
+13
-4
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-q5wm-qgxj-h9ph",
|
||||
"modified": "2022-05-13T01:15:05Z",
|
||||
"modified": "2024-01-30T22:04:47Z",
|
||||
"published": "2022-05-13T01:15:05Z",
|
||||
"aliases": [
|
||||
"CVE-2019-10293"
|
||||
],
|
||||
"summary": "Missing permission check in Jenkins Kmap Plugin allow SSRF",
|
||||
"details": "A missing permission check in Jenkins Kmap Plugin in KmapJenkinsBuilder.DescriptorImpl form validation methods allows attackers with Overall/Read permission to initiate a connection to an attacker-specified server.",
|
||||
"severity": [
|
||||
{
|
||||
@@ -14,7 +15,15 @@
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Maven",
|
||||
"name": "rg.jenkins-ci.plugins:kmap-jenkins"
|
||||
},
|
||||
"versions": [
|
||||
"1.6"
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
@@ -39,8 +48,8 @@
|
||||
"CWE-862"
|
||||
],
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2024-01-30T22:04:26Z",
|
||||
"nvd_published_at": "2019-04-04T16:29:00Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user