10
CVE-2008-5038
- EPSS 19.1%
- Published 12.11.2008 21:09:03
- Last modified 09.04.2025 00:30:58
- Source cve@mitre.org
- Teams watchlist Login
- Open Login
Use-after-free vulnerability in the NetWare Core Protocol (NCP) feature in Novell eDirectory 8.7.3 SP10 before 8.7.3 SP10 FTF1 and 8.8 SP2 for Windows allows remote attackers to cause a denial of service and possibly execute arbitrary code via a sequence of "Get NCP Extension Information By Name" requests that cause one thread to operate on memory after it has been freed in another thread, which triggers memory corruption, aka Novell Bug 373852.
Data is provided by the National Vulnerability Database (NVD)
Novell ≫ Edirectory Version < 8.7.3
Novell ≫ Edirectory Version8.7.3 Updatesp1 SwPlatformwindows
Novell ≫ Edirectory Version8.7.3 Updatesp2 SwPlatformwindows
Novell ≫ Edirectory Version8.7.3 Updatesp3 SwPlatformwindows
Novell ≫ Edirectory Version8.7.3 Updatesp4 SwPlatformwindows
Novell ≫ Edirectory Version8.7.3 Updatesp5 SwPlatformwindows
Novell ≫ Edirectory Version8.7.3 Updatesp6 SwPlatformwindows
Novell ≫ Edirectory Version8.7.3 Updatesp7 SwPlatformwindows
Novell ≫ Edirectory Version8.7.3 Updatesp8 SwPlatformwindows
Novell ≫ Edirectory Version8.7.3 Updatesp9 SwPlatformwindows
Novell ≫ Edirectory Version8.8 Update- SwPlatformwindows
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 19.1% | 0.951 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 9.8 | 3.9 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
nvd@nist.gov | 10 | 10 | 10 |
AV:N/AC:L/Au:N/C:C/I:C/A:C
|
CWE-416 Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.