Re: New CVE entries this week
Pavel Machek
Hi!
New CVEsAt least some of the relevant fixes are queued for 5.10.61/4.19. Likely this will resolve itself. CVE-2021-3600: eBPF 32-bit source register truncation on div/modI took a look into this. Apparently 4.14 and 4.19 is affected. ( https://seclists.org/oss-sec/2021/q2/228 ) Due to BPF 32-bit subregister requirements (see bpf_design_QA.rst) top 32 bits should be always zero when the 32 bit registers are in use. So it could be possible to use BPF_JMP instead of BPF_JMP32. Best regards, Pavel -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany |
|