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

[Security] Bump pillow from 3.0.0 to 5.4.0 #677

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

Bumps pillow from 3.0.0 to 5.4.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.4.0

No release notes provided.

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.

... (truncated)
Changelog

Sourced from pillow's changelog.

5.4.0 (2019-01-01)

  • Docs: Improved ImageChops documentation #3522
    [radarhere]

  • Allow RGB and RGBA values for P image putpixel #3519
    [radarhere]

  • Add APNG extension to PNG plugin #3501
    [pirate486743186, radarhere]

  • Lookup ld.so.cache instead of hardcoding search paths #3245
    [pslacerda]

  • Added custom string TIFF tags #3513
    [radarhere]

  • Improve setup.py configuration #3395
    [diorcety]

  • Read textual chunks located after IDAT chunks for PNG #3506
    [radarhere]

  • Performance: Don't try to hash value if enum is empty #3503
    [Glandos]

  • Added custom int and float TIFF tags #3350
    [radarhere]

  • Fixes for issues reported by static code analysis #3393
    [frenzymadness]

  • GIF: Wait until mode is normalized to copy im.info into encoderinfo #3187
    [radarhere]

  • Docs: Add page of deprecations and removals #3486
    [hugovk]

  • Travis CI: Upgrade PyPy from 5.8.0 to 6.0 #3488
    [hugovk]

  • Travis CI: Allow lint job to fail #3467
    [hugovk]

  • Resolve __fp when closing and deleting #3261
    [radarhere]

  • Close exclusive fp before discarding #3461
    [radarhere]

... (truncated)
Commits
  • d2d4387 Fix for check-manifest
  • 0be809d 5.4.0 version bump
  • f64f4f4 Merge pull request #3512 from radarhere/docker
  • 48a05e6 Update CHANGES.rst
  • 398d2f0 Merge pull request #3522 from radarhere/imagechops
  • 6b5aa00 Merge pull request #3519 from radarhere/putpixel
  • ff61119 Changed docstring to be consistent
  • 2de101e Apply suggestions from code review
  • fcae132 Merge pull request #3521 from python-pillow/update-release-notes
  • aa8f30e Several methods require at least one mode 1 image
  • Additional commits viewable in compare view

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.

Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.0.0 to 5.4.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.4.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 Jan 2, 2019
@coveralls
Copy link

Coverage Status

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

@dependabot-preview
Copy link
Author

Superseded by #679.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pillow-5.4.0 branch January 7, 2019 05:59
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.

None yet

2 participants