summaryrefslogtreecommitdiff
blob: 4cce70c8dbdd8e1a574956c996cd14bc2e8913ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
  * bugfix/nfnetlink_log-null-deref.patch
    [SECURITY] Fix remotely exploitable NULL pointer dereference in
    nfulnl_recv_config()
    See CVE-2007-1496
  * bugfix/nf_conntrack-set-nfctinfo.patch
    [SECURITY] Fix incorrect classification of IPv6 fragments as ESTABLISHED,
    which allows remote attackers to bypass certain rulesets
    See CVE-2007-1497
  * bugfix/netlink-infinite-recursion.patch
    [SECURITY] Fix infinite recursion bug in netlink
    See CVE-2007-1861
  * bugfix/nl_fib_lookup-oops.patch
    Add fix for oops bug added by previous patch
  * bugfix/core-dump-unreadable-PT_INTERP.patch
    [SECURITY] Fix a vulnerability that allows local users to read
    otherwise unreadable (but executable) files by triggering a core dump.
    See CVE-2007-0958
  * bugfix/appletalk-length-mismatch.patch
    [SECURITY] Fix a remote DoS (crash) in appletalk
    Depends upon bugfix/appletalk-endianness-annotations.patch
    See CVE-2007-1357
  * bugfix/cm4040-buffer-overflow.patch
    [SECURITY] Fix a buffer overflow in the Omnikey CardMan 4040 driver
    See CVE-2007-0005
  * bugfix/ipv6_fl_socklist-no-share.patch
    [SECURITY] Fix local DoS vulnerability caused by inadvertently sharing
    ipv6_fl_socklist between the listening socket and the socket created
    for connection.
    See CVE-2007-1592
  * bugfix/keys-serial-num-collision.patch
    [SECURITY] Fix the key serial number collision avoidance code in
    key_alloc_serial() that could lead to a local DoS (oops).
    (closes: #398470)
    See CVE-2007-0006
  * bugfix/ipv6_getsockopt_sticky-null-opt.patch
    [SECURITY] Fix NULL dereference in ipv6_setsockopt that could lead
    to a local DoS (oops).
    See CVE-2007-1388
  * bugfix/ipv6_getsockopt_sticky-null-opt.patch
    [SECURITY] Fix kernel memory leak vulnerability in
    ipv6_getsockopt_sticky() which can be triggered by passing a len < 0.
    See CVE-2007-1000