Synopsis
The remote SUSE host is missing one or more security updates.
Description
The remote SUSE Linux SUSE15 host has packages installed that are affected by multiple vulnerabilities as referenced in the openSUSE-SU-2021:3674-1 advisory.
  - An attacker can downgrade a negotiated SMB1 client connection and its capabitilities. Kerberos     authentication is only possible with the SMB2/3 protocol or SMB1 using the NT1 dialect and the extended     security (spnego) capability. Without mandatory SMB signing the protocol can be downgraded to an older     insecure dialect like CORE, COREPLUS/CORE+, LANMAN1 or LANMAN2. Even if SMB signing is required it's still     possible to downgrade to the NT1 dialect if extended security (spnego) is not negotiated. The attacker is     able to get the plaintext password sent over the wire even if Kerberos authentication was required. The     problem is only possible if all of the following options are explicitly set together: client NTLMv2 auth =     no client lanman auth = yes client plaintext auth = yes client min protocol = NT1 # or lower In currently     supported Samba versions all of the above options have different default values, so the problem is very     unlikely to happen. Samba 4.5 and older had an additional problem, even in the default configuration, as     they send ntlmv2, ntlm or lanman responses. Which means the attacker might be able to do offline attacks     in order to recover the plaintext password, lmhash or nthash values. Requiring Kerberos authentication for     SMB1/2/3 connections can be controlled by the '-k'/'--kerberos' or '-k yes'/'--kerberos=yes' command line     options of various tools like: smbclient, smbcquotas, smbcacls, net, rpcclient, samba-tool and others.
    Note that 4.15 deprecated '-k/--kerberos*' and introduced '--use-kerberos=required' command line option as     well as the smb.conf option client use kerberos = required. For libsmbclient based applications the     usage of Kerberos is controlled by the following function calls: smbc_setOptionUseKerberos(),     smbc_setOptionFallbackAfterKerberos() and smbc_setOptionNoAutoAnonymousLogin(). (CVE-2016-2124)
  - Windows Active Directory (AD) domains have by default a feature to allow users to create computer     accounts, controlled by ms-DS-MachineAccountQuota. In addition some (presumably trusted) users have the     right to create new users or computers in both Samba and Windows Active Directory Domains. These features     can be quite dangerous in the wrong hands, as the user who creates such accounts has broad privileges to     not just create them and set their passwords, but to rename them at a later time with the only contraint     being they may not match an existing samAccountName in AD. When Samba as an AD Domain member accepts a     Kerberos ticket, it must map the information found therein to a local UNIX user-id (uid). This is     currently done via the account name in the Active Directory generated Kerberos Privileged Attribute     Certificate (PAC), or the account name in the ticket (if there is no PAC). For example, Samba will attempt     to find a user DOMAIN\user before falling back to trying to find the user user. If the DOMAIN\user     lookup can be made to fail, then a privilege escalation is possible. The easiest example to illustrate     this is if an attacker creates an account named root (by renaming a MachineAccountQuota based machine     account), and asks for a login without a Kerberos PAC. Between obtaining the ticket and presenting it to a     server, the attacker renames the user account to a different name. Samba attempts to look up     DOMAIN\root, which fails (as this no longer exists) and then falls back to looking up user root, which     will map to the privileged UNIX uid of 0. This patch changes Samba to require a PAC (in all scenarios     related to active directory domains) and use the SID and account name values of the PAC, which means the     combination represents the same point in time. The processing is now similar to as with NTLM based logins.
    The SID is unique and non-repeating and so can't be confused with another user. Additionally, a new     parameter has been added min domain uid (default 1000), and no matter how we obtain the UNIX uid to use     in the process token (we may eventually read /etc/passwd or similar), by default no UNIX uid below this     value will be accepted. The patch also removes the fallback from 'DOMAIN\user' to just 'user', as it     dangerous and not needed when nss_winbind is used (even when 'winbind use default domain = yes' is set).
    However there are setups which are joined to an active directory domain just for authentication, but the     authorization is handled without nss_winbind by mapping the domain account to a local user provided by     nss_file, nss_ldap or something similar. NOTE: These setups won't work anymore without explicitly mapping     the users! For these setups administrators need to use the 'username map' or 'username map script' option     in order to map domain users explicitly to local users, e.g. user = DOMAIN\user Please consult 'man 5     smb.conf' for further details on 'username map' or 'username map script'. Also note that in the above     example '\' refers to the default value of the 'winbind separator' option. [Added 2021-11-11] There's     sadly a regression that allow trusted domains = no prevents winbindd from starting, fixes are available     at https://bugzilla.samba.org/show_bug.cgi?id=14899 Please also notice the additional fix and advanced     example for the 'username map [script]' based fallback from 'DOMAIN\user' to 'user'. See     https://bugzilla.samba.org/show_bug.cgi?id=14901 and https://gitlab.com/samba-     team/samba/-/merge_requests/2251 (CVE-2020-25717)
Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version number.
Solution
Update the affected packages.
Plugin Details
File Name: openSUSE-2021-3674.nasl
Agent: unix
Supported Sensors: Frictionless Assessment AWS, Frictionless Assessment Azure, Frictionless Assessment Agent, Nessus Agent, Continuous Assessment, Nessus
Risk Information
Vector: CVSS2#AV:N/AC:L/Au:S/C:C/I:C/A:N
Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C
Vulnerability Information
CPE: p-cpe:/a:novell:opensuse:libsamba-policy-python-devel, p-cpe:/a:novell:opensuse:libsamba-policy0-32bit, p-cpe:/a:novell:opensuse:samba-libs-python, p-cpe:/a:novell:opensuse:libsamba-policy0, p-cpe:/a:novell:opensuse:samba-libs-python-32bit, p-cpe:/a:novell:opensuse:samba-python, cpe:/o:novell:opensuse:15.3
Required KB Items: Host/local_checks_enabled, Host/cpu, Host/SuSE/release, Host/SuSE/rpm-list
Exploit Ease: No known exploits are available
Patch Publication Date: 11/16/2021
Vulnerability Publication Date: 11/9/2021