Samba : Security Vulnerabilities
A path disclosure vulnerability was found in Samba. As part of the Spotlight protocol, Samba discloses the server-side absolute path of shares, files, and directories in the results for search queries. This flaw allows a malicious client or an attacker with a targeted RPC request to view the information that is part of the disclosed path.
Max Base Score | 5.3 |
Published | 2023-07-20 |
Updated | 2023-08-05 |
EPSS | 0.10% |
A Type Confusion vulnerability was found in Samba's mdssvc RPC service for Spotlight. When parsing Spotlight mdssvc RPC packets, one encoded data structure is a key-value style dictionary where the keys are character strings, and the values can be any of the supported types in the mdssvc protocol. Due to a lack of type checking in callers of the dalloc_value_for_key() function, which returns the object associated with a key, a caller may trigger a crash in talloc_get_size() when talloc detects that the passed-in pointer is not a valid talloc pointer. With an RPC worker process shared among multiple client connections, a malicious client or attacker can trigger a process crash in a shared RPC mdssvc worker process, affecting all other clients this worker serves.
Max Base Score | 5.3 |
Published | 2023-07-20 |
Updated | 2023-08-05 |
EPSS | 7.55% |
An infinite loop vulnerability was found in Samba's mdssvc RPC service for Spotlight. When parsing Spotlight mdssvc RPC packets sent by the client, the core unmarshalling function sl_unpack_loop() did not validate a field in the network packet that contains the count of elements in an array-like structure. By passing 0 as the count value, the attacked function will run in an endless loop consuming 100% CPU. This flaw allows an attacker to issue a malformed RPC request, triggering an infinite loop, resulting in a denial of service condition.
Max Base Score | 7.5 |
Published | 2023-07-20 |
Updated | 2023-08-05 |
EPSS | 7.93% |
A vulnerability was found in Samba's SMB2 packet signing mechanism. The SMB2 packet signing is not enforced if an admin configured "server signing = required" or for SMB2 connections to Domain Controllers where SMB2 packet signing is mandatory. This flaw allows an attacker to perform attacks, such as a man-in-the-middle attack, by intercepting the network traffic and modifying the SMB2 messages between client and server, affecting the integrity of the data.
Max Base Score | 5.9 |
Published | 2023-07-20 |
Updated | 2023-08-05 |
EPSS | 0.08% |
The Samba AD DC administration tool, when operating against a remote LDAP server, will by default send new or reset passwords over a signed-only connection.
Max Base Score | 5.9 |
Published | 2023-04-03 |
Updated | 2023-09-17 |
EPSS | 0.07% |
The fix in 4.6.16, 4.7.9, 4.8.4 and 4.9.7 for CVE-2018-10919 Confidential attribute disclosure vi LDAP filters was insufficient and an attacker may be able to obtain confidential BitLocker recovery keys from a Samba AD DC.
Max Base Score | 6.5 |
Published | 2023-04-03 |
Updated | 2023-09-17 |
EPSS | 0.07% |
A flaw was found in Samba. An incomplete access check on dnsHostName allows authenticated but otherwise unprivileged users to delete this attribute from any object in the directory.
Max Base Score | 4.3 |
Published | 2023-04-03 |
Updated | 2023-09-17 |
EPSS | 0.09% |
Since the Windows Kerberos RC4-HMAC Elevation of Privilege Vulnerability was disclosed by Microsoft on Nov 8 2022 and per RFC8429 it is assumed that rc4-hmac is weak, Vulnerable Samba Active Directory DCs will issue rc4-hmac encrypted tickets despite the target server supporting better encryption (eg aes256-cts-hmac-sha1-96).
Max Base Score | 9.8 |
Published | 2023-03-06 |
Updated | 2023-09-17 |
EPSS | 0.06% |
Heimdal before 7.7.1 allows remote attackers to execute arbitrary code because of an invalid free in the ASN.1 codec used by the Key Distribution Center (KDC).
Max Base Score | 9.8 |
Published | 2022-12-25 |
Updated | 2023-05-16 |
EPSS | 0.36% |
PAC parsing in MIT Kerberos 5 (aka krb5) before 1.19.4 and 1.20.x before 1.20.1 has integer overflows that may lead to remote code execution (in KDC, kadmind, or a GSS or Kerberos application server) on 32-bit platforms (which have a resultant heap-based buffer overflow), and cause a denial of service on other platforms. This occurs in krb5_pac_parse in lib/krb5/krb/pac.c. Heimdal before 7.7.1 has "a similar bug."
Max Base Score | 8.8 |
Published | 2022-12-25 |
Updated | 2023-09-17 |
EPSS | 0.34% |
Netlogon RPC Elevation of Privilege Vulnerability
Max Base Score | 8.1 |
Published | 2022-11-09 |
Updated | 2023-09-17 |
EPSS | 3.72% |
Windows Kerberos Elevation of Privilege Vulnerability
Max Base Score | 7.2 |
Published | 2022-11-09 |
Updated | 2023-09-17 |
EPSS | 9.89% |
Windows Kerberos RC4-HMAC Elevation of Privilege Vulnerability
Max Base Score | 8.1 |
Published | 2022-11-09 |
Updated | 2023-09-17 |
EPSS | 8.53% |
A flaw was found in the Samba AD LDAP server. The AD DC database audit logging module can access LDAP message values freed by a preceding database module, resulting in a use-after-free issue. This issue is only possible when modifying certain privileged attributes, such as userAccountControl.
Max Base Score | 5.4 |
Published | 2022-08-25 |
Updated | 2023-09-17 |
EPSS | 0.07% |
A flaw was found in Samba. Samba AD users can cause the server to access uninitialized data with an LDAP add or modify the request, usually resulting in a segmentation fault.
Max Base Score | 8.1 |
Published | 2022-08-25 |
Updated | 2023-09-17 |
EPSS | 0.17% |
A flaw was found in Samba. The KDC accepts kpasswd requests encrypted with any key known to it. By encrypting forged kpasswd requests with its own key, a user can change other users' passwords, enabling full domain takeover.
Max Base Score | 8.8 |
Published | 2022-08-25 |
Updated | 2023-09-17 |
EPSS | 0.09% |
Samba does not validate the Validated-DNS-Host-Name right for the dNSHostName attribute which could permit unprivileged users to write it.
Max Base Score | 7.5 |
Published | 2022-09-01 |
Updated | 2023-09-17 |
EPSS | 0.08% |
A flaw was found in Samba. Some SMB1 write requests were not correctly range-checked to ensure the client had sent enough data to fulfill the write, allowing server memory contents to be written into the file (or printer) instead of client-supplied data. The client cannot control the area of the server memory written to the file (or printer).
Max Base Score | 4.3 |
Published | 2022-08-25 |
Updated | 2023-09-17 |
EPSS | 2.79% |
cifs-utils through 6.14, with verbose logging, can cause an information leak when a file contains = (equal sign) characters but is not a valid credentials file.
Max Base Score | 5.3 |
Published | 2022-04-28 |
Updated | 2022-10-05 |
EPSS | 0.20% |
An issue was discovered in rsync before 3.2.5 that allows malicious remote servers to write arbitrary files inside the directories of connecting peers. The server chooses which files/directories are sent to the client. However, the rsync client performs insufficient validation of file names. A malicious rsync server (or Man-in-The-Middle attacker) can overwrite arbitrary files in the rsync client target directory and subdirectories (for example, overwrite the .ssh/authorized_keys file).
Max Base Score | 7.4 |
Published | 2022-08-02 |
Updated | 2022-10-27 |
EPSS | 0.12% |
In cifs-utils through 6.14, a stack-based buffer overflow when parsing the mount.cifs ip= command-line argument could lead to local attackers gaining root privileges.
Max Base Score | 7.8 |
Published | 2022-04-27 |
Updated | 2022-10-05 |
EPSS | 0.10% |
** DISPUTED ** A vulnerability classified as problematic has been found in ppp. Affected is the function dumpppp of the file pppdump/pppdump.c of the component pppdump. The manipulation of the argument spkt.buf/rpkt.buf leads to improper validation of array index. The real existence of this vulnerability is still doubted at the moment. The name of the patch is a75fb7b198eed50d769c80c36629f38346882cbf. It is recommended to apply a patch to fix this issue. VDB-216198 is the identifier assigned to this vulnerability. NOTE: pppdump is not used in normal process of setting up a PPP connection, is not installed setuid-root, and is not invoked automatically in any scenario.
Max Base Score | 8.8 |
Published | 2022-12-18 |
Updated | 2023-06-06 |
EPSS | 0.13% |
A symlink following vulnerability was found in Samba, where a user can create a symbolic link that will make 'smbd' escape the configured share path. This flaw allows a remote user with access to the exported part of the file system under a share via SMB1 unix extensions or NFS to create symlinks to files outside the 'smbd' configured share path and gain access to another restricted server's filesystem.
Max Base Score | 6.5 |
Published | 2023-01-12 |
Updated | 2023-09-17 |
EPSS | 0.13% |
A heap-based buffer overflow vulnerability was found in Samba within the GSSAPI unwrap_des() and unwrap_des3() routines of Heimdal. The DES and Triple-DES decryption routines in the Heimdal GSSAPI library allow a length-limited write buffer overflow on malloc() allocated memory when presented with a maliciously small packet. This flaw allows a remote user to send specially crafted malicious data to the application, possibly resulting in a denial of service (DoS) attack.
Max Base Score | 6.5 |
Published | 2023-01-12 |
Updated | 2023-09-17 |
EPSS | 0.44% |
An out-of-bounds read vulnerability was found in Samba due to insufficient length checks in winbindd_pam_auth_crap.c. When performing NTLM authentication, the client replies to cryptographic challenges back to the server. These replies have variable lengths, and Winbind fails to check the lan manager response length. When Winbind is used for NTLM authentication, a maliciously crafted request can trigger an out-of-bounds read in Winbind, possibly resulting in a crash.
Max Base Score | 5.9 |
Published | 2023-07-20 |
Updated | 2023-08-08 |
EPSS | 0.07% |