10
CVE-2008-5038
- EPSS 19.1%
- Veröffentlicht 12.11.2008 21:09:03
- Zuletzt bearbeitet 09.04.2025 00:30:58
- Quelle cve@mitre.org
- Teams Watchlist Login
- Unerledigt 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.
Daten sind bereitgestellt durch 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.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 19.1% | 0.951 |
Quelle | 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.