Immunix StackGuard Evasion Vulnerability...

- AV AC AU C I A
发布: 1999-11-08
修订: 2025-04-13

The following was taken directly from the Immunix advisory: A significant security vulnerability has been discovered by Mariusz Woloszyn <emsi@it.pl> that permits attackers to perpetrate successful attacks against StackGuarded programs under particular circumstances. Woloszyn is preparing a Phrack article describing this vulnerability, which we summarize here. StackGuard 1.21 effectively protects against this vulnerability. The Immunix team would like to thank Mariusz for kindly notifying us first about this vulnerability, and allowing us the time to develop and distribute a defense. Consider this vulnerable code: foo(char * arg) { char * p = arg; // a vulnerable pointer char a[25]; // the buffer that makes the pointer vulnerable gets(a); // using gets() makes you vulnerable gets(p); // this is the good part } In attacking this code, the attacker first overflows the buffer a[] with a goal of changing the value of the char * p pointer. Specifically, the attacker can cause the p...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息