Bug 2222794 (CVE-2023-34967)
Summary: | CVE-2023-34967 samba: type confusion in mdssvc RPC service for spotlight | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | TEJ RATHI <trathi> |
Component: | vulnerability | Assignee: | Nobody <nobody> |
Status: | NEW --- | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | abokovoy, anoopcs, asn, dkarpele, nobody, pfilipen, rhs-smb, sbose, security-response-team |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | samba 4.16.11, samba 4.17.10, samba 4.18.5 | Doc Type: | If docs needed, set a value |
Doc Text: |
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.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | Type: | --- | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 2222894, 2222895, 2222896, 2224252 | ||
Bug Blocks: | 2216374 |
Description
TEJ RATHI
2023-07-13 18:08:16 UTC
This CVE is public now - https://www.samba.org/samba/security/CVE-2023-34967.html Created samba tracking bugs for this issue: Affects: fedora-all [bug 2224252] This issue has been addressed in the following products: Red Hat Enterprise Linux 9 Via RHSA-2023:6667 https://access.redhat.com/errata/RHSA-2023:6667 This issue has been addressed in the following products: Red Hat Enterprise Linux 8 Via RHSA-2023:7139 https://access.redhat.com/errata/RHSA-2023:7139 This issue has been addressed in the following products: Red Hat Enterprise Linux 8.6 Extended Update Support Via RHSA-2024:0423 https://access.redhat.com/errata/RHSA-2024:0423 This issue has been addressed in the following products: Red Hat Enterprise Linux 8.8 Extended Update Support Via RHSA-2024:0580 https://access.redhat.com/errata/RHSA-2024:0580 |