🤬
  • cve-2021-3156: added patched releases of debian

  • Loading...
  • exploide committed 2 years ago
    6bfbae8a
    1 parent ee593a85
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    cve/cve-2021-3156.sh
    skipped 67 lines
    68 68   exit 1
    69 69   fi
    70 70   case "$lse_distro_codename" in
    71  - ubuntu)
     71 + debian|ubuntu)
    72 72   [ -r "/etc/os-release" ] && distro_release=$(grep -E '^VERSION_CODENAME=' /etc/os-release | cut -f2 -d=)
    73 73   case "$distro_release" in
     74 + stretch)
     75 + package_fixed="1.8.19p1-2.1+deb9u3"
     76 + ;;
     77 + buster)
     78 + package_fixed="1.8.27-1+deb10u3"
     79 + ;;
    74 80   precise)
    75 81   package_fixed="1.8.3p1-1ubuntu3.10"
    76 82   ;;
    skipped 39 lines
Please wait...
Page is in error, reload to recover