Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: b79abf031472
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a8e307e93c36
Choose a head ref
  • 19 commits
  • 17 files changed
  • 5 contributors

Commits on Oct 3, 2018

  1. firefox-bin: 62.0.2 -> 62.0.3 [critical security fixes]

    This update bumps the package to the latest stable version containing a
    few security fixes:
    
    - CVE-2018-12386: Type confusion in JavaScript
      A vulnerability in register allocation in JavaScript can lead to type
      confusion, allowing for an arbitrary read and write. This leads to
      remote code execution inside the sandboxed content process when
      triggered.
    
    - CVE-2018-12387
      A vulnerability where the JavaScript JIT compiler inlines
      Array.prototype.push with multiple arguments that results in the stack
      pointer being off by 8 bytes after a bailout. This leaks a memory
      address to the calling function which can be used as part of an
      exploit inside the sandboxed content process.
    
    Source: https://www.mozilla.org/en-US/security/advisories/mfsa2018-24/
    (cherry picked from commit 64d0266)
    andir committed Oct 3, 2018
    Copy the full SHA
    77188fd View commit details
    Browse the repository at this point in the history
  2. firefox: 62.0.2 -> 62.0.3 [critical security fixes]

    This update bumps the package to the latest stable version containing a
    few security fixes:
    
    - CVE-2018-12386: Type confusion in JavaScript
      A vulnerability in register allocation in JavaScript can lead to type
      confusion, allowing for an arbitrary read and write. This leads to
      remote code execution inside the sandboxed content process when
      triggered.
    
    - CVE-2018-12387
      A vulnerability where the JavaScript JIT compiler inlines
      Array.prototype.push with multiple arguments that results in the stack
      pointer being off by 8 bytes after a bailout. This leaks a memory
      address to the calling function which can be used as part of an
      exploit inside the sandboxed content process.
    
    Source: https://www.mozilla.org/en-US/security/advisories/mfsa2018-24/
    (cherry picked from commit e7785f1)
    andir committed Oct 3, 2018
    Copy the full SHA
    a812396 View commit details
    Browse the repository at this point in the history
  3. firefox-esr-60: 60.2.1 -> 60.2.2 [critical security fixes]

    This update bumps the package to the latest stable version containing a
    few security fixes:
    
    - CVE-2018-12386: Type confusion in JavaScript
      A vulnerability in register allocation in JavaScript can lead to type
      confusion, allowing for an arbitrary read and write. This leads to
      remote code execution inside the sandboxed content process when
      triggered.
    
    - CVE-2018-12387
      A vulnerability where the JavaScript JIT compiler inlines
      Array.prototype.push with multiple arguments that results in the stack
      pointer being off by 8 bytes after a bailout. This leaks a memory
      address to the calling function which can be used as part of an
      exploit inside the sandboxed content process.
    
    Source: https://www.mozilla.org/en-US/security/advisories/mfsa2018-24/
    (cherry picked from commit 246d284)
    andir committed Oct 3, 2018
    Copy the full SHA
    e974c91 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #47713 from andir/18.03/firefox

    [18.03] firefox{-bin,}: 62.0.2 -> 62.0.3, firefox-esr-60: 60.2.1 -> 60.2.2
    andir committed Oct 3, 2018
    Copy the full SHA
    1d434c5 View commit details
    Browse the repository at this point in the history
  5. thunderbird-bin: 52.9.0 -> 60.2.1

    (cherry picked from commit d4de3b2)
    taku0 authored and andir committed Oct 3, 2018
    Copy the full SHA
    5037fb1 View commit details
    Browse the repository at this point in the history
  6. thunderbird: 52.9.0 -> 60.0

    This is a port of the current state of thunderbird from the master
    branch. We did miss a bunch of security fixes when thunderbird 60 was
    released. This is an attempt to take a shortcut by simply copying over
    the expression from the master branch.
    
    Security related fixes in this release are:
    
    - CVE-2018-12359: Buffer overflow using computed size of canvas element
      A buffer overflow can occur when rendering canvas content while
      adjusting the height and width of the <canvas> element dynamically,
      causing data to be written outside of the currently computed
      boundaries.  This results in a potentially exploitable crash.
    
    - CVE-2018-12360: Use-after-free when using focus()
      A use-after-free vulnerability can occur when deleting an input
      element during a mutation event handler triggered by focusing that
      element. This results in a potentially exploitable crash.
    
    - CVE-2018-12361: Integer overflow in SwizzleData
      An integer overflow can occur in the SwizzleData code while
      calculating buffer sizes. The overflowed value is used for subsequent
      graphics computations when their inputs are not sanitized which
      results in a potentially exploitable crash.
    
    - CVE-2018-12362: Integer overflow in SSSE3 scaler
      An integer overflow can occur during graphics operations done by the
      Supplemental Streaming SIMD Extensions 3 (SSSE3) scaler, resulting in
      a potentially exploitable crash.
    
    - CVE-2018-5156: Media recorder segmentation fault when track type is changed during capture
      A vulnerability can occur when capturing a media stream when the media
      source type is changed as the capture is occuring. This can result in
      stream data being cast to the wrong type causing a potentially
      exploitable crash.
    
    - CVE-2018-12363: Use-after-free when appending DOM nodes
      A use-after-free vulnerability can occur when script uses mutation
      events to move DOM nodes between documents, resulting in the old
      document that held the node being freed but the node still having a
      pointer referencing it. This results in a potentially exploitable
      crash.
    
    - CVE-2018-12364: CSRF attacks through 307 redirects and NPAPI plugins
      NPAPI plugins, such as Adobe Flash, can send non-simple cross-origin
      requests, bypassing CORS by making a same-origin POST that does a 307
      redirect to the target site. This allows for a malicious site to
      engage in cross-site request forgery (CSRF) attacks.
    
    - CVE-2018-12365: Compromised IPC child process can list local filenames
      A compromised IPC child process can escape the content sandbox and
      list the names of arbitrary files on the file system without user
      consent or interaction. This could result in exposure of private local
      files.
    
    - CVE-2018-12371: Integer overflow in Skia library during edge builder allocation
      An integer overflow vulnerability in the Skia library when allocating
      memory for edge builders on some systems with at least 16 GB of RAM.
      This results in the use of uninitialized memory, resulting in a
      potentially exploitable crash.
    
    - CVE-2018-12366: Invalid data handling during QCMS transformations
      An invalid grid size during QCMS (color profile) transformations can
      result in the out-of-bounds read interpreted as a float value. This
      could leak private data into the output.
    
    - CVE-2018-12367: Timing attack mitigation of PerformanceNavigationTiming
      In the previous mitigations for Spectre, the resolution or precision
      of various methods was reduced to counteract the ability to measure
      precise time intervals. In that work, PerformanceNavigationTiming was
      not adjusted but it was found that it could be used as a precision
      timer.
    
    - CVE-2018-5187: Memory safety bugs fixed in Firefox 61, Firefox ESR 60.1, and Thunderbird 60
      Mozilla developers and community members Christian Holler, Sebastian
      Hengst, Nils Ohlmeier, Jon Coppeard, Randell Jesup, Ted Campbell, Gary
      Kwong, and Jean-Yves Avenard reported memory safety bugs present in
      Firefox 60 and Firefox ESR 60. Some of these bugs showed evidence of
      memory corruption and we presume that with enough effort that some of
      these could be exploited to run arbitrary code.
    
    - CVE-2018-5188: Memory safety bugs fixed in Firefox 61, Firefox ESR 60.1, Firefox ESR 52.9, and Thunderbird 60
      Mozilla developers and community members Alex Gaynor, Christoph Diehl,
      Christian Holler, Jason Kratzer, David Major, Jon Coppeard, Nicolas B.
      Pierron, Jason Kratzer, Marcia Knous, and Ronald Crane reported memory
      safety bugs present in Firefox 60, Firefox ESR 60, and Firefox ESR
      52.8. Some of these bugs showed evidence of memory corruption and we
      presume that with enough effort that some of these could be exploited
      to run arbitrary code.
    andir committed Oct 3, 2018
    Copy the full SHA
    ed8218f View commit details
    Browse the repository at this point in the history
  7. thunderbird: 60.0 -> 60.2.1

    taku0 authored and andir committed Oct 3, 2018
    Copy the full SHA
    1032dda View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. linux: 4.9.130 -> 4.9.131

    (cherry picked from commit e6ff57b328e913ae656e038a819b12926eadd230)
    NeQuissimus committed Oct 4, 2018
    Copy the full SHA
    186f5b3 View commit details
    Browse the repository at this point in the history
  2. linux: 4.14.73 -> 4.14.74

    (cherry picked from commit 575c118a6469cd2148ed3092de90f0d8d3aaec53)
    NeQuissimus committed Oct 4, 2018
    Copy the full SHA
    c4eddcf View commit details
    Browse the repository at this point in the history
  3. gollum: 4.1.2 -> 4.1.3

    (cherry picked from commit 265c5fc)
    Reason: Security update: "Solves a vulnerability in the File view and
    All Pages view that would allow XSS."
    primeos committed Oct 4, 2018
    Copy the full SHA
    3bb61ba View commit details
    Browse the repository at this point in the history
  4. gollum: 4.1.3 -> 4.1.4 (security, CVE-2018-3740)

    (cherry picked from commit 18b468e)
    Reason: Security update: "Depend on new version of gollum-lib that
    relies on a patched version of sanitize, which solves a vulnerability
    (CVE-2018-3740). See gollum/gollum-lib#296."
    primeos committed Oct 4, 2018
    Copy the full SHA
    c1a5f4c View commit details
    Browse the repository at this point in the history
  5. jekyll: 3.7.3 -> 3.7.4 (security)

    Reason: Security update: "fix include bypass of EntryFilter#filter
    symlink check".
    primeos committed Oct 4, 2018
    Copy the full SHA
    fdfaf0c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #47761 from andir/18.03/thunderbird

    [18.03] thunderbird: 52.9.0 -> 60, thunderbird-bin: 52.9.0 -> 60
    andir committed Oct 4, 2018
    Copy the full SHA
    34f8383 View commit details
    Browse the repository at this point in the history
  7. fscrypt: 0.2.3 -> 0.2.4 (security, CVE-2018-6558)

    (cherry picked from commit 4f519e5)
    Reason: Security update: "The pam_fscrypt module in fscrypt before 0.2.4
    may incorrectly restore primary and supplementary group IDs to the
    values associated with the root user, which allows attackers to gain
    privileges via a successful login through certain applications that use
    Linux-PAM (aka pam)."
    primeos committed Oct 4, 2018
    Copy the full SHA
    02af3cd View commit details
    Browse the repository at this point in the history
  8. Merge pull request #47873 from primeos/security-backports-for-18.03

    Minor security backports (Jekyll and Gollum) for 18.03.
    primeos committed Oct 4, 2018
    Copy the full SHA
    2677593 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    27018df View commit details
    Browse the repository at this point in the history
  10. Merge pull request #47881 from primeos/security-backports-for-18.03

    [18.03] fscrypt: 0.2.3 -> 0.2.4 (security, CVE-2018-6558)
    primeos committed Oct 4, 2018
    Copy the full SHA
    862fb52 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Copy the full SHA
    d90b6ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47926 from edef1c/git-2.16.5

    git: 2.16.4 -> 2.16.5 (CVE-2018-17456)
    andir committed Oct 5, 2018
    Copy the full SHA
    a8e307e View commit details
    Browse the repository at this point in the history