{ "containers": { "cna": { "affected": [ { "product": "n/a", "vendor": "n/a", "versions": [ { "status": "affected", "version": "n/a" } ] } ], "descriptions": [ { "lang": "en", "value": "In Sudo through 1.8.29, the fact that a user has been blocked (e.g., by using the ! character in the shadow file instead of a password hash) is not considered, allowing an attacker (who has access to a Runas ALL sudoer account) to impersonate any blocked user. NOTE: The software maintainer believes that this CVE is not valid. Disabling local password authentication for a user is not the same as disabling all access to that user--the user may still be able to login via other means (ssh key, kerberos, etc). Both the Linux shadow(5) and passwd(1) manuals are clear on this. Indeed it is a valid use case to have local accounts that are _only_ accessible via sudo and that cannot be logged into with a password. Sudo 1.8.30 added an optional setting to check the _shell_ of the target user (not the encrypted password!) against the contents of /etc/shells but that is not the same thing as preventing access to users with an invalid password hash" } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2020-04-23T13:02:31.000Z", "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "shortName": "mitre" }, "references": [ { "tags": [ "x_refsource_MISC" ], "url": "https://www.sudo.ws/stable.html" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://www.sudo.ws/devel.html#1.8.30b2" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://security.netapp.com/advisory/ntap-20200103-0004/" }, { "tags": [ "x_refsource_MISC" ], "url": "https://support2.windriver.com/index.php?page=defects&on=view&id=LIN1018-5505" }, { "tags": [ "x_refsource_MISC" ], "url": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs58104" }, { "tags": [ "x_refsource_MISC" ], "url": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs58473" }, { "tags": [ "x_refsource_MISC" ], "url": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs58812" }, { "tags": [ "x_refsource_MISC" ], "url": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs58979" }, { "tags": [ "x_refsource_MISC" ], "url": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs58772" }, { "tags": [ "x_refsource_MISC" ], "url": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs60748" }, { "tags": [ "x_refsource_MISC" ], "url": "https://www.tenable.com/plugins/nessus/132985" }, { "tags": [ "x_refsource_MISC" ], "url": "https://support2.windriver.com/index.php?page=defects&on=view&id=LIN1019-3816" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://support2.windriver.com/index.php?page=cve&on=view&id=CVE-2019-19234" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://www.suse.com/security/cve/CVE-2019-19234/" }, { "tags": [ "x_refsource_MISC" ], "url": "https://www.bsi.bund.de/SharedDocs/Warnmeldungen/DE/CB/2019/12/warnmeldung_cb-k20-0001.html" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://access.redhat.com/security/cve/cve-2019-19234" }, { "name": "FEDORA-2020-8b563bc5f4", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IY6DZ7WMDKU4ZDML6MJLDAPG42B5WVUC/" }, { "name": "FEDORA-2020-7c1b270959", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/I6TKF36KOQUVJNBHSVJFA7BU3CCEYD2F/" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://www.oracle.com/security-alerts/bulletinapr2020.html" } ], "tags": [ "disputed" ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2019-19234", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "** DISPUTED ** In Sudo through 1.8.29, the fact that a user has been blocked (e.g., by using the ! character in the shadow file instead of a password hash) is not considered, allowing an attacker (who has access to a Runas ALL sudoer account) to impersonate any blocked user. NOTE: The software maintainer believes that this CVE is not valid. Disabling local password authentication for a user is not the same as disabling all access to that user--the user may still be able to login via other means (ssh key, kerberos, etc). Both the Linux shadow(5) and passwd(1) manuals are clear on this. Indeed it is a valid use case to have local accounts that are _only_ accessible via sudo and that cannot be logged into with a password. Sudo 1.8.30 added an optional setting to check the _shell_ of the target user (not the encrypted password!) against the contents of /etc/shells but that is not the same thing as preventing access to users with an invalid password hash." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://www.sudo.ws/stable.html", "refsource": "MISC", "url": "https://www.sudo.ws/stable.html" }, { "name": "https://www.sudo.ws/devel.html#1.8.30b2", "refsource": "CONFIRM", "url": "https://www.sudo.ws/devel.html#1.8.30b2" }, { "name": "https://security.netapp.com/advisory/ntap-20200103-0004/", "refsource": "CONFIRM", "url": "https://security.netapp.com/advisory/ntap-20200103-0004/" }, { "name": "https://support2.windriver.com/index.php?page=defects&on=view&id=LIN1018-5505", "refsource": "MISC", "url": "https://support2.windriver.com/index.php?page=defects&on=view&id=LIN1018-5505" }, { "name": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs58104", "refsource": "MISC", "url": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs58104" }, { "name": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs58473", "refsource": "MISC", "url": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs58473" }, { "name": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs58812", "refsource": "MISC", "url": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs58812" }, { "name": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs58979", "refsource": "MISC", "url": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs58979" }, { "name": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs58772", "refsource": "MISC", "url": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs58772" }, { "name": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs60748", "refsource": "MISC", "url": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs60748" }, { "name": "https://www.tenable.com/plugins/nessus/132985", "refsource": "MISC", "url": "https://www.tenable.com/plugins/nessus/132985" }, { "name": "https://support2.windriver.com/index.php?page=defects&on=view&id=LIN1019-3816", "refsource": "MISC", "url": "https://support2.windriver.com/index.php?page=defects&on=view&id=LIN1019-3816" }, { "name": "https://support2.windriver.com/index.php?page=cve&on=view&id=CVE-2019-19234", "refsource": "CONFIRM", "url": "https://support2.windriver.com/index.php?page=cve&on=view&id=CVE-2019-19234" }, { "name": "https://www.suse.com/security/cve/CVE-2019-19234/", "refsource": "CONFIRM", "url": "https://www.suse.com/security/cve/CVE-2019-19234/" }, { "name": "https://www.bsi.bund.de/SharedDocs/Warnmeldungen/DE/CB/2019/12/warnmeldung_cb-k20-0001.html", "refsource": "MISC", "url": "https://www.bsi.bund.de/SharedDocs/Warnmeldungen/DE/CB/2019/12/warnmeldung_cb-k20-0001.html" }, { "name": "https://access.redhat.com/security/cve/cve-2019-19234", "refsource": "CONFIRM", "url": "https://access.redhat.com/security/cve/cve-2019-19234" }, { "name": "FEDORA-2020-8b563bc5f4", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IY6DZ7WMDKU4ZDML6MJLDAPG42B5WVUC/" }, { "name": "FEDORA-2020-7c1b270959", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/I6TKF36KOQUVJNBHSVJFA7BU3CCEYD2F/" }, { "name": "https://www.oracle.com/security-alerts/bulletinapr2020.html", "refsource": "CONFIRM", "url": "https://www.oracle.com/security-alerts/bulletinapr2020.html" } ] } } }, "adp": [ { "providerMetadata": { "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE", "dateUpdated": "2024-08-05T02:09:39.475Z" }, "title": "CVE Program Container", "references": [ { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://www.sudo.ws/stable.html" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://www.sudo.ws/devel.html#1.8.30b2" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://security.netapp.com/advisory/ntap-20200103-0004/" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://support2.windriver.com/index.php?page=defects&on=view&id=LIN1018-5505" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs58104" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs58473" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs58812" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs58979" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs58772" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://quickview.cloudapps.cisco.com/quickview/bug/CSCvs60748" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://www.tenable.com/plugins/nessus/132985" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://support2.windriver.com/index.php?page=defects&on=view&id=LIN1019-3816" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://support2.windriver.com/index.php?page=cve&on=view&id=CVE-2019-19234" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://www.suse.com/security/cve/CVE-2019-19234/" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://www.bsi.bund.de/SharedDocs/Warnmeldungen/DE/CB/2019/12/warnmeldung_cb-k20-0001.html" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://access.redhat.com/security/cve/cve-2019-19234" }, { "name": "FEDORA-2020-8b563bc5f4", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IY6DZ7WMDKU4ZDML6MJLDAPG42B5WVUC/" }, { "name": "FEDORA-2020-7c1b270959", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/I6TKF36KOQUVJNBHSVJFA7BU3CCEYD2F/" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://www.oracle.com/security-alerts/bulletinapr2020.html" } ] } ] }, "cveMetadata": { "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "assignerShortName": "mitre", "cveId": "CVE-2019-19234", "datePublished": "2019-12-19T20:35:02.000Z", "dateReserved": "2019-11-22T00:00:00.000Z", "dateUpdated": "2024-08-05T02:09:39.475Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }