Publish Advisories

GHSA-66hv-fhcm-7xm7
GHSA-hwxf-qxj7-7rfj
GHSA-mv77-fj63-q5w8
This commit is contained in:
advisory-database[bot]
2023-10-30 15:19:33 +00:00
parent de7d566001
commit 737af7e451
3 changed files with 122 additions and 12 deletions
@@ -1,23 +1,50 @@
{
"schema_version": "1.4.0",
"id": "GHSA-66hv-fhcm-7xm7",
"modified": "2023-10-25T18:32:25Z",
"modified": "2023-10-30T15:18:27Z",
"published": "2023-10-25T18:32:25Z",
"aliases": [
"CVE-2023-46651"
],
"summary": "Jenkins Warnings Plugin exposures system-scoped credentials",
"details": "Jenkins Warnings Plugin 10.5.0 and earlier does not set the appropriate context for credentials lookup, allowing attackers with Item/Configure permission to access and capture credentials they are not entitled to. This fix has been backported to 10.4.1.",
"severity": [
],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "io.jenkins.plugins:warnings-ng"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "10.5.1"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46651"
},
{
"type": "WEB",
"url": "https://github.com/jenkinsci/warnings-ng-plugin/commit/17d18d2fae58f5658a40d03a03f927819eb6cf1a"
},
{
"type": "PACKAGE",
"url": "https://github.com/jenkinsci/warnings-ng-plugin"
},
{
"type": "WEB",
"url": "https://www.jenkins.io/security/advisory/2023-10-25/#SECURITY-3265"
@@ -29,11 +56,11 @@
],
"database_specific": {
"cwe_ids": [
"CWE-200"
],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2023-10-30T15:18:27Z",
"nvd_published_at": null
}
}
@@ -0,0 +1,60 @@
{
"schema_version": "1.4.0",
"id": "GHSA-hwxf-qxj7-7rfj",
"modified": "2023-10-30T15:18:56Z",
"published": "2023-10-30T15:18:56Z",
"aliases": [
"CVE-2023-46240"
],
"summary": "Detailed Error Report is Displayed in Production Environment ",
"details": "### Impact\nIf an error or exception occurs, a detailed error report is displayed even if in the production environment. \nAs a result, confidential information may be leaked.\n\n### Patches\nUpgrade to v4.4.3 or later. See [upgrading guide](https://codeigniter4.github.io/userguide/installation/upgrade_443.html).\n\n### Workarounds\nReplace `ini_set('display_errors', '0')` with `ini_set('display_errors', 'Off')` in `app/Config/Boot/production.php`.\n\n### References\n- https://codeigniter4.github.io/userguide/general/errors.html#error-reporting\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [codeigniter4/CodeIgniter4](https://github.com/codeigniter4/CodeIgniter4/issues)\n* Email us at [SECURITY.md](https://github.com/codeigniter4/CodeIgniter4/blob/develop/SECURITY.md)\n",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "codeigniter4/framework"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "4.4.3"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 4.4.2"
}
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/codeigniter4/CodeIgniter4/security/advisories/GHSA-hwxf-qxj7-7rfj"
},
{
"type": "PACKAGE",
"url": "https://github.com/codeigniter4/CodeIgniter4"
}
],
"database_specific": {
"cwe_ids": [
"CWE-209"
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2023-10-30T15:18:56Z",
"nvd_published_at": null
}
}
@@ -1,23 +1,46 @@
{
"schema_version": "1.4.0",
"id": "GHSA-mv77-fj63-q5w8",
"modified": "2023-10-25T18:32:25Z",
"modified": "2023-10-30T15:18:01Z",
"published": "2023-10-25T18:32:25Z",
"aliases": [
"CVE-2023-46650"
],
"summary": "Stored XSS vulnerability in Jenkins GitHub Plugin",
"details": "Jenkins GitHub Plugin 1.37.3 and earlier does not escape the GitHub project URL on the build page when showing changes, resulting in a stored cross-site scripting (XSS) vulnerability exploitable by attackers with Item/Configure permission.",
"severity": [
],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "com.coravy.hudson.plugins.github:github"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.37.3.1"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46650"
},
{
"type": "WEB",
"url": "https://github.com/jenkinsci/github-plugin/commit/9e09678c445613521c45acce0ce525160747ff3e"
},
{
"type": "WEB",
"url": "https://www.jenkins.io/security/advisory/2023-10-25/#SECURITY-3246"
@@ -29,11 +52,11 @@
],
"database_specific": {
"cwe_ids": [
"CWE-79"
],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2023-10-30T15:18:01Z",
"nvd_published_at": null
}
}