Pagina 1 di 1

Kernel 2.6.25.5

Inviato: sab 7 giu 2008, 12:32
da conraid
Che bug è quello che hanno corretto? Dove viene usata tale funzione?
asn1: additional sanity checking during BER decoding (CVE-2008-1673)

upstream commit: ddb2c43594f22843e9f3153da151deaba1a834c5

- Don't trust a length which is greater than the working buffer.
An invalid length could cause overflow when calculating buffer size
for decoding oid.

- An oid length of zero is invalid and allows for an off-by-one error when
decoding oid because the first subid actually encodes first 2 subids.

- A primitive encoding may not have an indefinite length.

Re: Kernel 2.6.25.5

Inviato: sab 7 giu 2008, 13:34
da Mario Vanoni
conraid ha scritto:Che bug è quello che hanno corretto? Dove viene usata tale funzione?
asn1: additional sanity checking during BER decoding (CVE-2008-1673)

upstream commit: ddb2c43594f22843e9f3153da151deaba1a834c5

- Don't trust a length which is greater than the working buffer.
An invalid length could cause overflow when calculating buffer size
for decoding oid.

- An oid length of zero is invalid and allows for an off-by-one error when
decoding oid because the first subid actually encodes first 2 subids.

- A primitive encoding may not have an indefinite length.
Usato da Apache, BEREncoder.

2.6.25.5 gia` sulle mie macchine,
Chris Wright ha gia` la -stable review per 2.6.25.6
con Linus Torvalds che si intromette.

Re: Kernel 2.6.25.5

Inviato: lun 9 giu 2008, 2:40
da phobos3576
Thanks to Wei Wang from McAfee for report.
Pure McAfee partecipa allo sviluppo del kernel Linux!
Ci dobbiamo preoccupare?