"-Synchronized-Data."

This commit is contained in:
CVE Team 2023-07-26 02:00:33 +00:00
parent 9ce3106006
commit 45c9eeae30
No known key found for this signature in database
GPG Key ID: E3252B3D49582C98
4 changed files with 251 additions and 8 deletions

View File

@ -181,6 +181,11 @@
"name": "1021522",
"refsource": "SECTRACK",
"url": "http://www.securitytracker.com/id?1021522"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2023-a004ecb3f8",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VOOVZTIABA4MIFUGTAVYWO6QXSUXSST4/"
}
]
}

View File

@ -48,6 +48,11 @@
"refsource": "MISC",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=2173517#c0",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173517#c0"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2023-c92be0dfa0",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MZOYQ5TCV6ZEPMDV4CSLK3KINAAO4SRI/"
}
]
},

View File

@ -1,17 +1,138 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2023-2640",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@ubuntu.com",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "On Ubuntu kernels carrying both c914c0e27eb0 and \"UBUNTU: SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs\", an unprivileged user may set privileged extended attributes on the mounted files, leading them to be set on the upper files without the appropriate security checks."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-863",
"cweId": "CWE-863"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Canonical",
"product": {
"product_data": [
{
"product_name": "Ubuntu Kernel",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"status": "unaffected",
"version": "0",
"lessThan": "6.2.0-26.26",
"versionType": "semver"
},
{
"status": "unaffected",
"version": "0",
"lessThan": "6.0.0-1020.20",
"versionType": "semver"
},
{
"status": "unaffected",
"version": "0",
"lessThan": "5.4.0-155.172",
"versionType": "semver"
}
],
"defaultStatus": "unaffected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://ubuntu.com/security/notices/USN-6250-1",
"refsource": "MISC",
"name": "https://ubuntu.com/security/notices/USN-6250-1"
},
{
"url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-2640",
"refsource": "MISC",
"name": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-2640"
},
{
"url": "https://wiz.io/blog/ubuntu-overlayfs-vulnerability",
"refsource": "MISC",
"name": "https://wiz.io/blog/ubuntu-overlayfs-vulnerability"
},
{
"url": "https://lists.ubuntu.com/archives/kernel-team/2023-July/140923.html",
"refsource": "MISC",
"name": "https://lists.ubuntu.com/archives/kernel-team/2023-July/140923.html"
}
]
},
"work_around": [
{
"lang": "en",
"value": "If not needed, disable the ability for unprivileged users\nto create namespaces. To do this temporarily, do:\n sudo sysctl -w kernel.unprivileged_userns_clone=0\nTo disable across reboots, do:\n echo kernel.unprivileged_userns_clone=0 | \\\n sudo tee /etc/sysctl.d/99-disable-unpriv-userns.conf"
}
],
"credits": [
{
"lang": "en",
"value": "Stonejiajia"
},
{
"lang": "en",
"value": "Shir Tamari"
},
{
"lang": "en",
"value": "Sagi Tzadik"
}
],
"impact": {
"cvss": [
{
"version": "3.1",
"attackVector": "LOCAL",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"baseScore": 7.8,
"baseSeverity": "HIGH"
}
]
}

View File

@ -1,17 +1,129 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2023-32629",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security@ubuntu.com",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Local privilege escalation vulnerability in Ubuntu Kernels overlayfs ovl_copy_up_meta_inode_data skip permission checks when calling ovl_do_setxattr on Ubuntu kernels"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-863",
"cweId": "CWE-863"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Canonical",
"product": {
"product_data": [
{
"product_name": "Ubuntu Kernel",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"status": "unaffected",
"version": "0",
"lessThan": "6.2.0-26.26",
"versionType": "semver"
},
{
"status": "unaffected",
"version": "0",
"lessThan": "6.0.0-1020.20",
"versionType": "semver"
},
{
"status": "unaffected",
"version": "0",
"lessThan": "5.4.0-155.172",
"versionType": "semver"
}
],
"defaultStatus": "unaffected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://lists.ubuntu.com/archives/kernel-team/2023-July/140920.html",
"refsource": "MISC",
"name": "https://lists.ubuntu.com/archives/kernel-team/2023-July/140920.html"
},
{
"url": "https://wiz.io/blog/ubuntu-overlayfs-vulnerability",
"refsource": "MISC",
"name": "https://wiz.io/blog/ubuntu-overlayfs-vulnerability"
},
{
"url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32629",
"refsource": "MISC",
"name": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32629"
}
]
},
"work_around": [
{
"lang": "en",
"value": "If not needed, disable the ability for unprivileged users\nto create namespaces. To do this temporarily, do:\n sudo sysctl -w kernel.unprivileged_userns_clone=0\nTo disable across reboots, do:\n echo kernel.unprivileged_userns_clone=0 | \\\n sudo tee /etc/sysctl.d/99-disable-unpriv-userns.conf"
}
],
"credits": [
{
"lang": "en",
"value": "Shir Tamari"
},
{
"lang": "en",
"value": "Sagi Tzadik"
}
],
"impact": {
"cvss": [
{
"version": "3.1",
"attackVector": "LOCAL",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"baseScore": 7.8,
"baseSeverity": "HIGH"
}
]
}