mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-8crr-xf35-5f5p GHSA-cqvv-r3g3-26rf GHSA-7m7h-rgvp-3v4r
This commit is contained in:
+34
-4
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-8crr-xf35-5f5p",
|
||||
"modified": "2022-05-13T01:31:34Z",
|
||||
"modified": "2024-01-09T18:53:39Z",
|
||||
"published": "2022-05-13T01:31:34Z",
|
||||
"aliases": [
|
||||
"CVE-2019-1003017"
|
||||
],
|
||||
"summary": "Jenkins Job Import Plugin CSRF vulnerability",
|
||||
"details": "A data modification vulnerability exists in Jenkins Job Import Plugin 3.0 and earlier in JobImportAction.java that allows attackers to copy jobs from a preconfigured other Jenkins instance, potentially installing additional plugins necessary to load the imported job's configuration.",
|
||||
"severity": [
|
||||
{
|
||||
@@ -14,13 +15,42 @@
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Maven",
|
||||
"name": "org.jenkins-ci.plugins:job-import-plugin"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0"
|
||||
},
|
||||
{
|
||||
"fixed": "3.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
"last_known_affected_version_range": "<= 3.0"
|
||||
}
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-1003017"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/jenkinsci/job-import-plugin/commit/8f826a684ba0969697d2a92a6f448aef8f03b66c"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/jenkinsci/job-import-plugin"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://jenkins.io/security/advisory/2019-01-28/#SECURITY-1302"
|
||||
@@ -31,8 +61,8 @@
|
||||
"CWE-352"
|
||||
],
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2024-01-09T18:53:39Z",
|
||||
"nvd_published_at": "2019-02-06T16:29:00Z"
|
||||
}
|
||||
}
|
||||
@@ -55,6 +55,10 @@
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/free5gc/udm/compare/v1.1.1...v1.2.0"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://www.gsma.com/security/wp-content/uploads/2023/10/0073-invalid_curve.pdf"
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-7m7h-rgvp-3v4r",
|
||||
"modified": "2023-12-28T16:40:14Z",
|
||||
"modified": "2024-01-09T18:53:52Z",
|
||||
"published": "2023-12-27T21:31:01Z",
|
||||
"aliases": [
|
||||
"CVE-2023-51075"
|
||||
@@ -9,7 +9,10 @@
|
||||
"summary": "hutool-core discovered to contain an infinite loop in the StrSplitter.splitByRegex function",
|
||||
"details": "hutool-core v5.8.23 was discovered to contain an infinite loop in the StrSplitter.splitByRegex function. This vulnerability allows attackers to cause a Denial of Service (DoS) via manipulation of the first two parameters.",
|
||||
"severity": [
|
||||
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
{
|
||||
@@ -55,9 +58,9 @@
|
||||
],
|
||||
"database_specific": {
|
||||
"cwe_ids": [
|
||||
|
||||
"CWE-835"
|
||||
],
|
||||
"severity": "MODERATE",
|
||||
"severity": "HIGH",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2023-12-28T16:40:14Z",
|
||||
"nvd_published_at": "2023-12-27T21:15:08Z"
|
||||
|
||||
Reference in New Issue
Block a user