Stories
Slash Boxes
Comments

SoylentNews is people

posted by LaminatorX on Friday September 19 2014, @08:48AM   Printer-friendly
from the apt-to-fail dept.

"We recommend that you upgrade your apt packages." with apt of course... (via https://twitter.com/ioerror)

https://www.debian.org/security/2014/dsa-3025

"It was discovered that APT, the high level package manager, does not properly invalidate unauthenticated data (CVE-2014-0488), performs incorrect verification of 304 replies (CVE-2014-0487), does not perform the checksum check when the Acquire::GzipIndexes option is used (CVE-2014-0489) and does not properly perform validation for binary packages downloaded by the apt-get download command (CVE-2014-0490)."

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by cosurgi on Friday September 19 2014, @03:25PM

    by cosurgi (272) on Friday September 19 2014, @03:25PM (#95521) Journal

    If you are in any doubt that your system might have been hijacked with malicious binaries, after updating apt do this:


    debsums > result
    cat result | grep -v OK

    --
    #
    #\ @ ? [adom.de] Colonize Mars [kozicki.pl]
    #
    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 1, Insightful) by Anonymous Coward on Friday September 19 2014, @05:01PM

    by Anonymous Coward on Friday September 19 2014, @05:01PM (#95561)
    But what if debsums has been hijacked too?

    So if you really want to know whether your system has been hijacked with malicious binaries, what you have to do is mount your drive on a known safe computer then do the checks using clean stuff.
    • (Score: 2) by cosurgi on Monday September 22 2014, @09:44AM

      by cosurgi (272) on Monday September 22 2014, @09:44AM (#96672) Journal

      right, you would need to reinstall debsums first from clean source. Or, as you say go to another safe computer.

      --
      #
      #\ @ ? [adom.de] Colonize Mars [kozicki.pl]
      #
  • (Score: 1) by Freebirth Toad on Sunday September 21 2014, @05:02PM

    by Freebirth Toad (4486) on Sunday September 21 2014, @05:02PM (#96366)
    Isn't debsums based on MD5? I thought MD5 was no longer safe as a cryptographic hash function [wikipedia.org].