{ "schema_version": "1.4.0", "id": "GHSA-4hwj-mwvm-vc26", "modified": "2023-11-24T09:30:27Z", "published": "2023-10-04T06:30:22Z", "aliases": [ "CVE-2023-5369" ], "details": "Before correction, the copy_file_range system call checked only for the CAP_READ and CAP_WRITE capabilities on the input and output file descriptors, respectively. Using an offset is logically equivalent to seeking, and the system call must additionally require the CAP_SEEK capability.\n\nThis incorrect privilege check enabled sandboxed processes with only read or write but no seek capability on a file descriptor to read data from or write data to an arbitrary location within the file corresponding to that file descriptor.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], "affected": [], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-5369" }, { "type": "WEB", "url": "https://security.FreeBSD.org/advisories/FreeBSD-SA-23:13.capsicum.asc" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20231124-0009" } ], "database_specific": { "cwe_ids": [ "CWE-273" ], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2023-10-04T04:15:14Z" } }