procps 2:3.3.12-3ubuntu1.1 source package in Ubuntu

Changelog

procps (2:3.3.12-3ubuntu1.1) bionic-security; urgency=medium

  * SECURITY UPDATE: top configuration file read from current directory
    - debian/patches/CVE-2018-1122.patch: do not default to the cwd in
      top/top.c.
    - CVE-2018-1122
  * SECURITY UPDATE: ps output buffer overflow
    - debian/patches/CVE-2018-1123.patch: check sizes in ps/output.c.
    - CVE-2018-1123
  * SECURITY UPDATE: integer overflow in file2strvec()
    - debian/patches/CVE-2018-1124.patch: prevent overflow in
      proc/readproc.c.
    - CVE-2018-1124
  * SECURITY UPDATE: stack overflow in pgrep
    - debian/patches/CVE-2018-1125.patch: check length in pgrep.c.
    - CVE-2018-1125
  * SECURITY UPDATE: truncated sizes and possible integer overflow
    - debian/patches/CVE-2018-1126.patch: use size_t, not unsigned int in
      proc/alloc.*.
    - CVE-2018-1126

 -- Marc Deslauriers <email address hidden>  Mon, 14 May 2018 08:01:40 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic security main admin

Downloads

File Size SHA-256 Checksum
procps_3.3.12.orig.tar.xz 820.8 KiB 042fcc93e1850aee4c193c51c03f369293fb64fe47e37b38852be6693d12a3af
procps_3.3.12-3ubuntu1.1.debian.tar.xz 36.5 KiB 58f388522d4def486730a00107a64b7f0948ee9a6fa6b058c555718d5f339151
procps_3.3.12-3ubuntu1.1.dsc 2.2 KiB 7a6d2a3970943c7fd5019ced8e36f36983bc159c4807b13900b575fa8a1ba5af

View changes file

Binary packages built by this source

libprocps-dev: library for accessing process information from /proc

 These are the header files for libproc. Some packages using libproc
 to access process information from /proc need these to compile.

libprocps6: library for accessing process information from /proc

 The libprocps library is a way of accessing information out of the /proc
 filesystem.
 .
 This package contains the shared libraries necessary to run programs
 compiled with libprocps.

libprocps6-dbgsym: debug symbols for libprocps6
procps: /proc file system utilities

 This package provides command line and full screen utilities for browsing
 procfs, a "pseudo" file system dynamically generated by the kernel to
 provide information about the status of entries in its process table
 (such as whether the process is running, stopped, or a "zombie").
 .
 It contains free, kill, pkill, pgrep, pmap, ps, pwdx, skill, slabtop,
 snice, sysctl, tload, top, uptime, vmstat, w, and watch.

procps-dbgsym: debug symbols for procps