Lucene search
+L

438 matches found

RedhatCVE
RedhatCVE
added 2025/05/22 12:16 a.m.18 views

CVE-2005-2745

Mail.app in Mail for Apple Mac OS X 10.3.9, when using Kerberos 5 for SMTP authentication, can include uninitialized memory in a message, which might allow remote attackers to obtain sensitive information...

5CVSS6.4AI score0.01453EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/21 9:11 p.m.14 views

CVE-2005-2511

Unknown vulnerability in Mac OS X 10.4.2 and earlier, when using Kerberos authentication with LDAP, allows attackers to gain access to a root Terminal window...

10CVSS7.4AI score0.01917EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/05/21 12:46 a.m.6 views

SUSE CVE-2025-37924

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in kerberos authentication Setting sess-user = NULL was introduced to fix the dangling pointer created by ksmbdfreeuser. However, it is possible another thread could be operating on the session and make...

9.8CVSS6.3AI score0.20744EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/20 4:15 p.m.14 views

CVE-2025-37924

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in kerberos authentication Setting sess-user = NULL was introduced to fix the dangling pointer created by ksmbdfreeuser. However, it is possible another thread could be operating on the session and make...

9.8CVSS0.20744EPSS
SaveExploits0References6
OSV
OSV
added 2025/05/20 4:15 p.m.1 views

DEBIAN-CVE-2025-37924

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in kerberos authentication Setting sess-user = NULL was introduced to fix the dangling pointer created by ksmbdfreeuser. However, it is possible another thread could be operating on the session and make...

7.8CVSS5.7AI score0.20744EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/20 4:15 p.m.4 views

UBUNTU-CVE-2025-37924

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in kerberos authentication Setting sess-user = NULL was introduced to fix the dangling pointer created by ksmbdfreeuser. However, it is possible another thread could be operating on the session and make...

9.8CVSS6.2AI score0.20744EPSS
SaveExploits0References36
CVE
CVE
added 2025/05/20 3:21 p.m.141 views

CVE-2025-37924

CVE-2025-37924 : Linux kernel ksmbd use-after-free in Kerberos authentication. A race could occur where a thread uses sess->user after it has been freed by ksmbd_free_user, prior to sess->user being set to NULL. The issue is fixed by setting sess->user = NULL to avoid dangling pointer. M...

9.8CVSS6.6AI score0.20744EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/05/20 3:21 p.m.10 views

CVE-2025-37924 ksmbd: fix use-after-free in kerberos authentication

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in kerberos authentication Setting sess-user = NULL was introduced to fix the dangling pointer created by ksmbdfreeuser. However, it is possible another thread could be operating on the session and make...

9.8CVSS6AI score
SaveExploits0References9
CNNVD
CNNVD
added 2025/05/20 12:00 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from ksmbd not properly handling sess-user references in Kerberos authentication, which could lead to reuse after...

7.8CVSS6.3AI score0.20744EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/05/14 12:00 a.m.11 views

Alibaba Cloud Linux 3 : 0117: idm:DL1 (ALINUX3-SA-2022:0117)

The remote Alibaba Cloud Linux 3 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALINUX3-SA-2022:0117 advisory. Package updates are available for Alibaba Cloud Linux 3 that fix the following vulnerabilities: CVE-2019-10195: A flaw was found in IPA, a...

9CVSS7.3AI score0.07353EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/07 7:11 p.m.5 views

RLSA-2025:2722 Moderate: krb5 security update

Kerberos is a network authentication system, which can improve the security of your network by eliminating the insecure practice of sending passwords over the network in unencrypted form. It allows clients and servers to authenticate to each other with the help of a trusted third party, the...

6.5CVSS8.9AI score0.00526EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/07 7:11 p.m.8 views

RLSA-2024:5312 Moderate: krb5 security update

Kerberos is a network authentication system, which can improve the security of your network by eliminating the insecure practice of sending passwords over the network in unencrypted form. It allows clients and servers to authenticate to each other with the help of a trusted third party, the...

7.5CVSS8.9AI score0.01863EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/05/07 12:00 a.m.6 views

RockyLinux 8 : krb5 (RLSA-2025:2722)

The remote RockyLinux 8 host has packages installed that are affected by a vulnerability as referenced in the RLSA-2025:2722 advisory. Kerberos is a network authentication system, which can improve the security of your network by eliminating the insecure practice of sending passwords over the...

7.1CVSS7.1AI score0.00526EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/01 2:15 p.m.3 views

DEBIAN-CVE-2025-37778

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix dangling pointer in krbauthenticate krbauthenticate frees sess-user and does not set the pointer to NULL. It calls ksmbdkrb5authenticate to reinitialise sess-user but that function may return without doing so. If that...

7.8CVSS5.6AI score0.01068EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 2:15 p.m.8 views

UBUNTU-CVE-2025-37778

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix dangling pointer in krbauthenticate krbauthenticate frees sess-user and does not set the pointer to NULL. It calls ksmbdkrb5authenticate to reinitialise sess-user but that function may return without doing so. If that...

9.8CVSS6.2AI score0.01068EPSS
SaveExploits0References33
Debian CVE
Debian CVE
added 2025/05/01 1:07 p.m.12 views

CVE-2025-37778

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix dangling pointer in krbauthenticate krbauthenticate frees sess-user and does not set the pointer to NULL. It calls ksmbdkrb5authenticate to reinitialise sess-user but that function may return without doing so. If that...

9.8CVSS5.6AI score0.01068EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/04/25 12:00 a.m.8 views

PT-2025-22186

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue in the Linux kernel's ksmbd component, related to Kerberos authentication, has been identified. The problem arises when another thread operates on a session and us...

9.8CVSS6.7AI score0.20744EPSS
SaveExploits0
GithubExploit
GithubExploit
added 2025/04/12 10:47 p.m.246 views

Exploit for Authentication Bypass by Spoofing in Microsoft

CVE-2024-20674 This is my take at an exploit of the public CV...

8.8CVSS9AI score0.17168EPSS
SaveExploits1
CNNVD
CNNVD
added 2025/04/08 12:00 a.m.12 views

Microsoft Windows Kerberos 安全漏洞

Microsoft Windows Kerberos is a software for authentication in network clusters from Microsoft Corporation USA.Kerberos also serves as a network authentication protocol designed to provide strong authentication services to client/server applications through a key system. A security vulnerability...

7.5CVSS8.2AI score0.02017EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/04/07 12:00 a.m.10 views

PT-2025-18459

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A dangling pointer issue in the krb authenticate function has been identified. The krb authenticate function frees sess-user but does not set the pointer to NULL. It then calls ksmbd krb...

7.8CVSS6.7AI score0.01068EPSS
SaveExploits0
Rows per page
Query Builder