Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Conversation

@dependabot-preview
Copy link

@dependabot-preview dependabot-preview bot commented Dec 14, 2018

Bumps pillow from 3.0.0 to 5.3.0. This update includes security fixes.

Vulnerabilities fixed

Sourced from The Sonatype OSS Index.

[CVE-2016-0740] Improper Restriction of Operations within the Bounds of a Memory Buffer
Buffer overflow in the ImagingLibTiffDecode function in libImaging/TiffDecode.c in Pillow before 3.1.1 allows remote attackers to overwrite memory via a crafted TIFF file.

Affected versions: <= 3.1.0

Sourced from The Sonatype OSS Index.

[CVE-2016-0775] Improper Restriction of Operations within the Bounds of a Memory Buffer
Buffer overflow in the ImagingFliDecode function in libImaging/FliDecode.c in Pillow before 3.1.1 allows remote attackers to cause a denial of service (crash) via a crafted FLI file.

Affected versions: <= 3.1.0

Sourced from The Sonatype OSS Index.

[CVE-2016-4009] Improper Restriction of Operations within the Bounds of a Memory Buffer
Integer overflow in the ImagingResampleHorizontal function in libImaging/Resample.c in Pillow before 3.1.1 allows remote attackers to have unspecified impact via negative values of the new size, which triggers a heap-based buffer overflow.

Affected versions: <= 3.1.0

Sourced from The Sonatype OSS Index.

[CVE-2016-9189] Integer Overflow or Wraparound
Pillow before 3.3.2 allows context-dependent attackers to obtain sensitive information by using the "crafted image file" approach, related to an "Integer Overflow" issue affecting the Image.core.map_buffer in map.c component.

Affected versions: <= 3.3.1

Sourced from The Sonatype OSS Index.

[CVE-2016-9190] Improper Access Control
Pillow before 3.3.2 allows context-dependent attackers to execute arbitrary code by using the "crafted image file" approach, related to an "Insecure Sign Extension" issue affecting the ImagingNew in Storage.c component.

Affected versions: <= 3.3.1

Sourced from The Sonatype OSS Index.

[CVE-2016-2533] Improper Input Validation, Improper Restriction of Operations within the Bounds of a Memory Buffer
Buffer overflow in the ImagingPcdDecode function in PcdDecode.c in Pillow before 3.1.1 and Python Imaging Library (PIL) 1.1.7 and earlier allows remote attackers to cause a denial of service (crash) via a crafted PhotoCD file.

Affected versions: <= 3.1.0

Sourced from The Sonatype OSS Index.

[CVE-2016-3076] Improper Restriction of Operations within the Bounds of a Memory Buffer
Heap-based buffer overflow in the j2k_encode_entry function in Pillow 2.5.0 through 3.1.1 allows remote attackers to cause a denial of service (memory corruption) via a crafted Jpeg2000 file.

Affected versions: <= 2.5.3, >= 2.5.0; = 2.6.0-rc1; <= 2.6.2, >= 2.6.0; = 2.7.0; <= 2.8.2, >= 2.8.0; = 2.9.0; <= 2.9.0-dev2, >= 2.9.0-dev0; = 3.0.0-rc1; = 3.0.0; = 3.1.0

Release notes

Sourced from pillow's releases.

5.3.0

No release notes provided.

5.2.0

No release notes provided.

5.1.0

No release notes provided.

5.0.0

No release notes provided.

4.3.0

No release notes provided.

4.2.1

No release notes provided.

4.2.0

No release notes provided.

4.1.1

No release notes provided.

4.1.0

No release notes provided.

4.0.0 tag had a typo in the version in setup.py, hence 4.0.0a

3.4.2

No release notes provided.

3.4.1

No release notes provided.

3.4.0

No release notes provided.

3.3.3

No release notes provided.

3.3.2

No release notes provided.

3.3.1

No release notes provided.

3.3.0

No release notes provided.

... (truncated)
Changelog

Sourced from pillow's changelog.

5.3.0 (2018-10-01)

  • Changed Image size property to be read-only by default #3203
    [radarhere]

  • Add warnings if image file identification fails due to lack of WebP support #3169
    [radarhere, hugovk]

  • Hide the Ghostscript progress dialog popup on Windows #3378
    [hugovk]

  • Adding support to reading tiled and YcbCr jpeg tiffs through libtiff #3227
    [kkopachev]

  • Fixed None as TIFF compression argument #3310
    [radarhere]

  • Changed GIF seek to remove previous info items #3324
    [radarhere]

  • Improved PDF document info #3274
    [radarhere]

  • Add line width parameter to rectangle and ellipse-based shapes #3094
    [hugovk, radarhere]

  • Fixed decompression bomb check in _crop #3313
    [dinkolubina, hugovk]

  • Added support to ImageDraw.floodfill for non-RGB colors #3377
    [radarhere]

  • Tests: Avoid catching unexpected exceptions in tests #2203
    [jdufresne]

  • Use TextIOWrapper.detach() instead of NoCloseStream #2214
    [jdufresne]

  • Added transparency to matrix conversion #3205
    [radarhere]

  • Added ImageOps pad method #3364
    [radarhere]

  • Give correct extrema for I;16 format images #3359
    [bz2]

  • Added PySide2 #3279
    [radarhere]

... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


This change is Reviewable

Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.0.0 to 5.3.0. **This update includes security fixes.**
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](python-pillow/Pillow@3.0.0...5.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability labels Dec 14, 2018
@coveralls
Copy link

Coverage Status

Coverage remained the same at 71.773% when pulling 818bdbf on dependabot/pip/pillow-5.3.0 into 2f1daba on master.

@dependabot-preview
Copy link
Author

Superseded by #677.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pillow-5.3.0 branch January 2, 2019 06:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants