Bugs search
Useful queries for testing (bullseye)
- BSP view (bugs needing attention): Old bugs affecting sid and bullseye, not RT-tagged and not marked for auto-removal
- Sponsor view: Affecting sid and bullseye, not marked as done, tagged 'patch', not in delayed; those need a DD to review and sponsor an upload or remove the tag
- Cleaner view: Marked as done, no activity in the last 5 days, but still affecting sid and bullseye; why is it still affecting unstable? fixed only in stable or experimental? missing binaries? cruft? wrong changelog?
- Release Team view: Fixed in sid, no activity in the last 5 days, but still not fixed in bullseye. Help the fix migrate to bullseye!
18 bugs found
bug# | tags | package | title | popcon | severity | modified |
---|---|---|---|---|---|---|
#945171 | [S|u] | src:bind9 | bind9: CVE-2019-6477: TCP-pipelined queries can bypass tcp-clients limit | 193519 | grave | 2019-11-20 |
#936015 | [U|S|u] | src:ceph | ceph: CVE-2019-10222 | 17970 | grave | 2019-11-25 |
#919914 | [M|+|S] | gnome-settings-daemon | gnome-tweaks now equates "don't suspend on lid close" with "don't lock on lid close" (security issue) | 61050 | grave | 2019-04-29 |
#943793 | [S|u] | src:libvncserver | libvncserver: CVE-2019-15681 | 14407 | grave | 2019-11-28 |
#935548 | [S|u] | src:libxml-security-java | libxml-security-java: CVE-2019-12400 | 37 | grave | 2019-08-23 |
#862373 | [bus-i|C|U|S] | libyaml-libyaml-perl | libyaml-libyaml-perl: Unconditionally instantiates objects from yaml data | 31022 | grave | 2019-03-11 |
#862475 | [bus-i|C|S] | libyaml-syck-perl | libyaml-syck-perl: Unconditionally instantiates objects from yaml data | 9586 | grave | 2019-03-11 |
#930527 | [S] | src:linux | linux-image-4.19.0-5-amd64: when logging out, not the whole screen is erased, leaving private information | 125813 | grave | 2019-06-14 |
#944265 | [U|S] | src:mailutils | mailutils: local privilege escalation in maidag utility (fixed in 3.8) (CVE-2019-18862) | 50167 | serious | 2019-11-23 |
#934160 | [S] | nfs-common | nfs-common: Umask ignored, all files created world-writable on NFS | 80898 | grave | 2019-10-05 |
#940871 | [S|u] | src:openconnect | openconnect: CVE-2019-16239: Fix buffer overflow with chunked HTTP handling | 19173 | grave | 2019-09-21 |
#945251 | [S|u] | src:otrs2 | otrs2: CVE-2019-18179 CVE-2019-18180 | 62 | grave | 2019-11-22 |
#944849 | [S|u] | src:ruby-rack-cors | ruby-rack-cors: CVE-2019-18978 | 51 | grave | 2019-11-16 |
#936025 | [U|S|u] | src:rust-memoffset | CVE-2019-15553 | 6 | grave | 2019-09-05 |
#928052 | [U|+|S|u] | src:snapd | CVE-2019-11502 CVE-2019-11503 | 6761 | grave | 2019-06-10 |
#945827 | [+|S] | ssvnc | ssvnc: fix libvncclient bundle security issues | 967 | grave | 2019-11-29 |
#944851 | [U|S|u] | src:tnef | tnef: CVE-2019-18849 | 2310 | grave | 2019-12-06 |
#945369 | [S|u] | src:yard | yard: CVE-2019-1020001 | 54 | grave | 2019-11-30 |
Generated in 2.327 seconds.
select id, bugs.package, bugs.source, severity, title, last_modified, affects_stable, affects_testing, affects_unstable, affects_experimental , coalesce(popcon_src.insts, 0) as popcon from bugs left join popcon_src on (bugs.source = popcon_src.source) where id in (select id from bugs_rt_affects_testing) and id in (select id from bugs_tags where tag='security') AND (severity >= 'serious') order by source asc