Bugs search
Useful queries for testing (bookworm)
- BSP view (bugs needing attention): Old bugs affecting sid and bookworm, not RT-tagged and not marked for auto-removal
- Sponsor view: Affecting sid and bookworm, 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 bookworm; 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 bookworm. Help the fix migrate to bookworm!
18 bugs found
bug# | tags | package | title | popcon | severity | modified |
---|---|---|---|---|---|---|
#998206 | [S] | calendar | calendar: cronjob processes all usersâ calendars as root, allowing information disclosure | 129561 | serious | 2021-12-08 |
#922981 | [P|S] | ca-certificates-java | ca-certificates-java: /etc/ca-certificates/update.d/jks-keystore doesn't update /etc/ssl/certs/java/cacerts | 75249 | serious | 2021-08-14 |
#1010152 | [U|+|S|u] | emacs-gtk | emacs-gtk: tries to read a config file from another user's home dir | 15097 | grave | 2022-05-12 |
#992150 | [S|u] | src:firefox-esr | Please allow symlink in system extension | 88749 | serious | 2021-08-16 |
#919914 | [bul-i|M|+|S] | gnome-settings-daemon | gnome-tweaks now equates "don't suspend on lid close" with "don't lock on lid close" (security issue) | 56336 | grave | 2021-04-10 |
#1010377 | [U|S|u] | v2ray | V2Ray CVE-2021-4070 DoS by Authenticated VMess Server patch not applied | 88 | serious | 2022-05-02 |
#1004963 | [S|u] | src:libde265 | CVE-2020-21598 CVE-2020-21600 CVE-2020-21602 | 101638 | grave | 2022-02-04 |
#1009966 | [S|u] | src:libpam-tacplus | libpam-tacplus: CVE-2016-20014 | 7 | grave | 2022-04-21 |
#287371 | [S|u] | xsltproc | xsltproc: DTD should be cached when included several times, or used memory should be limited | 160537 | grave | 2022-04-25 |
#972146 | [S] | mono-runtime-common | /usr/share/applications/mono-runtime-common.desktop: should not handle MIME type by executing arbitrary code | 16395 | grave | 2021-11-10 |
#1010303 | [S|u] | src:networkd-dispatcher | networkd-dispatcher: CVE-2022-29799 CVE-2022-29800 | 105 | grave | 2022-05-03 |
#1002901 | [S|u] | node-request-capture-har | node-request-capture-har is a wrapper around deprecated node-request | 743 | serious | 2021-12-31 |
#1006672 | [U|S|u] | src:php8.1 | php8.1: CVE-2021-21708 | 4788 | grave | 2022-03-07 |
#1010090 | [U|S|u] | src:php-dompdf | php-dompdf: CVE-2022-28368 | 405 | grave | 2022-04-28 |
#983206 | [bul-i|U|S|u] | libupnp13 | [libupnp13] Please update for CVE-2020-12695 & fixes | 45359 | grave | 2022-02-02 |
#1007225 | [S|u] | src:ruby-image-processing | ruby-image-processing: CVE-2022-24720 | 3 | grave | 2022-03-13 |
#1010375 | [S|u] | src:smarty4 | smarty4: CVE-2021-21408 CVE-2021-29454 | 1 | grave | 2022-04-29 |
#1009073 | [S|u] | src:virglrenderer | virglrenderer: CVE-2022-0135: out-of-bounds write in read_transfer_data() | 12872 | grave | 2022-04-06 |
Generated in 1.123 seconds.
select id, bugs.package, bugs.source, severity, title, last_modified, status, 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