Skip to content

Commit

Permalink
Publish Advisories
Browse files Browse the repository at this point in the history
  • Loading branch information
advisory-database[bot] committed Aug 2, 2023
1 parent 7f59515 commit 24e796d
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 43 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"schema_version": "1.4.0",
"id": "GHSA-cpcw-p965-wpqx",
"modified": "2023-08-02T22:38:29Z",
"published": "2022-05-24T17:21:16Z",
"aliases": [
"CVE-2020-14019"
],
"summary": "rtslib-fb weak permissions for /etc/target/saveconfig.json file",
"details": "Python rtslib-fb through 2.1.72 has weak permissions for `/etc/target/saveconfig.json` because shutil.copyfile (instead of shutil.copy) is used, and thus permissions are not preserved.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "rtslib-fb"
},
"ecosystem_specific": {
"affected_functions": [
"rtslib.root.RTSRoot.save_to_file"
]
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2.1.73"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 2.1.72"
}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-14019"
},
{
"type": "WEB",
"url": "https://github.com/open-iscsi/rtslib-fb/pull/162"
},
{
"type": "WEB",
"url": "https://github.com/open-iscsi/rtslib-fb/commit/b23d061ee0fa7924d2cdce6194c313b9ee06c468"
},
{
"type": "PACKAGE",
"url": "https://github.com/open-iscsi/rtslib-fb"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/[email protected]/message/TNMCV2DJJTX345YYBXAMJBXNNVUZQ5UH/"
},
{
"type": "WEB",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-08/msg00012.html"
}
],
"database_specific": {
"cwe_ids": [
"CWE-276"
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2023-08-02T22:38:29Z",
"nvd_published_at": "2020-06-19T11:15:00Z"
}
}

This file was deleted.

0 comments on commit 24e796d

Please sign in to comment.