gsd-2019-15790
Vulnerability from gsd
Modified
2023-12-13 01:23
Details
Apport reads and writes information on a crashed process to /proc/pid with elevated privileges. Apport then determines which user the crashed process belongs to by reading /proc/pid through get_pid_info() in data/apport. An unprivileged user could exploit this to read information about a privileged running process by exploiting PID recycling. This information could then be used to obtain ASLR offsets for a process with an existing memory corruption vulnerability. The initial fix introduced regressions in the Python Apport library due to a missing argument in Report.add_proc_environ in apport/report.py. It also caused an autopkgtest failure when reading /proc/pid and with Python 2 compatibility by reading /proc maps. The initial and subsequent regression fixes are in 2.20.11-0ubuntu16, 2.20.11-0ubuntu8.6, 2.20.9-0ubuntu7.12, 2.20.1-0ubuntu2.22 and 2.14.1-0ubuntu3.29+esm3.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2019-15790", "description": "Apport reads and writes information on a crashed process to /proc/pid with elevated privileges. Apport then determines which user the crashed process belongs to by reading /proc/pid through get_pid_info() in data/apport. An unprivileged user could exploit this to read information about a privileged running process by exploiting PID recycling. This information could then be used to obtain ASLR offsets for a process with an existing memory corruption vulnerability. The initial fix introduced regressions in the Python Apport library due to a missing argument in Report.add_proc_environ in apport/report.py. It also caused an autopkgtest failure when reading /proc/pid and with Python 2 compatibility by reading /proc maps. The initial and subsequent regression fixes are in 2.20.11-0ubuntu16, 2.20.11-0ubuntu8.6, 2.20.9-0ubuntu7.12, 2.20.1-0ubuntu2.22 and 2.14.1-0ubuntu3.29+esm3.", "id": "GSD-2019-15790", "references": [ "https://www.suse.com/security/cve/CVE-2019-15790.html", "https://ubuntu.com/security/CVE-2019-15790" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2019-15790" ], "details": "Apport reads and writes information on a crashed process to /proc/pid with elevated privileges. Apport then determines which user the crashed process belongs to by reading /proc/pid through get_pid_info() in data/apport. An unprivileged user could exploit this to read information about a privileged running process by exploiting PID recycling. This information could then be used to obtain ASLR offsets for a process with an existing memory corruption vulnerability. The initial fix introduced regressions in the Python Apport library due to a missing argument in Report.add_proc_environ in apport/report.py. It also caused an autopkgtest failure when reading /proc/pid and with Python 2 compatibility by reading /proc maps. The initial and subsequent regression fixes are in 2.20.11-0ubuntu16, 2.20.11-0ubuntu8.6, 2.20.9-0ubuntu7.12, 2.20.1-0ubuntu2.22 and 2.14.1-0ubuntu3.29+esm3.", "id": "GSD-2019-15790", "modified": "2023-12-13T01:23:38.491019Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "AKA": "", "ASSIGNER": "security@ubuntu.com", "DATE_PUBLIC": "2019-10-30T07:05:00.000Z", "ID": "CVE-2019-15790", "STATE": "PUBLIC", "TITLE": "Apport reads PID files with elevated privileges" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Apport", "version": { "version_data": [ { "platform": "", "version_affected": "\u003c", "version_name": "2.14.1", "version_value": "2.14.1-0ubuntu3.29+esm3" }, { "platform": "", "version_affected": "\u003c", "version_name": "2.20.1", "version_value": "2.20.1-0ubuntu2.22" }, { "platform": "", "version_affected": "\u003c", "version_name": "2.20.9", "version_value": "2.20.9-0ubuntu7.12" }, { "platform": "", "version_affected": "\u003c", "version_name": "2.20.11", "version_value": "2.20.11-0ubuntu8.6" }, { "platform": "", "version_affected": "\u003c", "version_name": "2.20.11", "version_value": "2.20.11-0ubuntu16" } ] } } ] }, "vendor_name": "Canonical" } ] } }, "configuration": [], "credit": [ { "lang": "eng", "value": "Kevin Backhouse" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Apport reads and writes information on a crashed process to /proc/pid with elevated privileges. Apport then determines which user the crashed process belongs to by reading /proc/pid through get_pid_info() in data/apport. An unprivileged user could exploit this to read information about a privileged running process by exploiting PID recycling. This information could then be used to obtain ASLR offsets for a process with an existing memory corruption vulnerability. The initial fix introduced regressions in the Python Apport library due to a missing argument in Report.add_proc_environ in apport/report.py. It also caused an autopkgtest failure when reading /proc/pid and with Python 2 compatibility by reading /proc maps. The initial and subsequent regression fixes are in 2.20.11-0ubuntu16, 2.20.11-0ubuntu8.6, 2.20.9-0ubuntu7.12, 2.20.1-0ubuntu2.22 and 2.14.1-0ubuntu3.29+esm3." } ] }, "exploit": [], "generator": { "engine": "Vulnogram 0.0.9" }, "impact": { "cvss": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 2.8, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-250 Execution with Unnecessary Privileges" } ] } ] }, "references": { "reference_data": [ { "name": "https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1839795", "refsource": "CONFIRM", "url": "https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1839795" }, { "name": "https://usn.ubuntu.com/4171-1/", "refsource": "CONFIRM", "url": "https://usn.ubuntu.com/4171-1/" }, { "name": "https://usn.ubuntu.com/4171-2/", "refsource": "CONFIRM", "url": "https://usn.ubuntu.com/4171-2/" }, { "name": "https://usn.ubuntu.com/4171-3/", "refsource": "CONFIRM", "url": "https://usn.ubuntu.com/4171-3/" }, { "name": "https://usn.ubuntu.com/4171-4/", "refsource": "CONFIRM", "url": "https://usn.ubuntu.com/4171-4/" }, { "name": "https://usn.ubuntu.com/4171-5/", "refsource": "CONFIRM", "url": "https://usn.ubuntu.com/4171-5/" }, { "name": "https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1850929", "refsource": "CONFIRM", "url": "https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1850929" }, { "name": "https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1851806", "refsource": "CONFIRM", "url": "https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1851806" }, { "name": "https://bugs.launchpad.net/apport/+bug/1854237", "refsource": "CONFIRM", "url": "https://bugs.launchpad.net/apport/+bug/1854237" }, { "name": "http://packetstormsecurity.com/files/172858/Ubuntu-Apport-Whoopsie-DoS-Integer-Overflow.html", "refsource": "MISC", "url": "http://packetstormsecurity.com/files/172858/Ubuntu-Apport-Whoopsie-DoS-Integer-Overflow.html" } ] }, "solution": [], "source": { "advisory": "https://usn.ubuntu.com/4171-1/", "defect": [ "https://launchpad.net/bugs/1839795" ], "discovery": "EXTERNAL" }, "work_around": [] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:apport_project:apport:-:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:19.04:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:esm:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:19.10:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security@ubuntu.com", "ID": "CVE-2019-15790" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Apport reads and writes information on a crashed process to /proc/pid with elevated privileges. Apport then determines which user the crashed process belongs to by reading /proc/pid through get_pid_info() in data/apport. An unprivileged user could exploit this to read information about a privileged running process by exploiting PID recycling. This information could then be used to obtain ASLR offsets for a process with an existing memory corruption vulnerability. The initial fix introduced regressions in the Python Apport library due to a missing argument in Report.add_proc_environ in apport/report.py. It also caused an autopkgtest failure when reading /proc/pid and with Python 2 compatibility by reading /proc maps. The initial and subsequent regression fixes are in 2.20.11-0ubuntu16, 2.20.11-0ubuntu8.6, 2.20.9-0ubuntu7.12, 2.20.1-0ubuntu2.22 and 2.14.1-0ubuntu3.29+esm3." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-269" } ] } ] }, "references": { "reference_data": [ { "name": "https://usn.ubuntu.com/4171-2/", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4171-2/" }, { "name": "https://usn.ubuntu.com/4171-3/", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4171-3/" }, { "name": "https://usn.ubuntu.com/4171-1/", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4171-1/" }, { "name": "https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1851806", "refsource": "CONFIRM", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1851806" }, { "name": "https://bugs.launchpad.net/apport/+bug/1854237", "refsource": "CONFIRM", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://bugs.launchpad.net/apport/+bug/1854237" }, { "name": "https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1839795", "refsource": "CONFIRM", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1839795" }, { "name": "https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1850929", "refsource": "CONFIRM", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1850929" }, { "name": "https://usn.ubuntu.com/4171-4/", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4171-4/" }, { "name": "https://usn.ubuntu.com/4171-5/", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4171-5/" }, { "name": "http://packetstormsecurity.com/files/172858/Ubuntu-Apport-Whoopsie-DoS-Integer-Overflow.html", "refsource": "MISC", "tags": [], "url": "http://packetstormsecurity.com/files/172858/Ubuntu-Apport-Whoopsie-DoS-Integer-Overflow.html" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 2.1, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:L/AC:L/Au:N/C:P/I:N/A:N", "version": "2.0" }, "exploitabilityScore": 3.9, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "LOW", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 3.3, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 1.4 } }, "lastModifiedDate": "2023-06-12T07:15Z", "publishedDate": "2020-04-28T00:15Z" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…