CVE-2008-1685
- EPSS 2.01%
- Veröffentlicht 06.04.2008 23:44:00
- Zuletzt bearbeitet 09.04.2025 00:30:58
gcc 4.2.0 through 4.3.0 in GNU Compiler Collection, when casts are not used, considers the sum of a pointer and an int to be greater than or equal to the pointer, which might lead to removal of length testing code that was intended as a protection me...
CVE-2008-1367
- EPSS 3.4%
- Veröffentlicht 17.03.2008 23:44:00
- Zuletzt bearbeitet 09.04.2025 00:30:58
gcc 4.3.x does not generate a cld instruction while compiling functions used for string manipulation such as memcpy and memmove on x86 and i386, which can prevent the direction flag (DF) from being reset in violation of ABI conventions and cause data...
CVE-2006-1902
- EPSS 0.09%
- Veröffentlicht 20.04.2006 10:02:00
- Zuletzt bearbeitet 03.04.2025 01:03:51
fold_binary in fold-const.c in GNU Compiler Collection (gcc) 4.1 improperly handles pointer overflow when folding a certain expr comparison to a corresponding offset comparison in cases other than EQ_EXPR and NE_EXPR, which might introduce buffer ove...
CVE-2000-1219
- EPSS 0.65%
- Veröffentlicht 01.11.2000 05:00:00
- Zuletzt bearbeitet 03.04.2025 01:03:51
The -ftrapv compiler option in gcc and g++ 3.3.3 and earlier does not handle all types of integer overflows, which may leave applications vulnerable to vulnerabilities related to overflows.