Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vulnerability reported by Snyk - libwebp #994

Open
billnbell opened this issue Jul 3, 2023 · 1 comment
Open

Vulnerability reported by Snyk - libwebp #994

billnbell opened this issue Jul 3, 2023 · 1 comment
Labels

Comments

@billnbell
Copy link

Detailed paths
Introduced through: Podfile@0.0.0 › RNFastImage@8.6.3 › SDWebImageWebPCoder@0.8.5 › libwebp@1.2.4
Security information
Factors contributing to the scoring:
Snyk: CVSS 7.5 - High Severity
NVD: Not available. NVD has not yet published its analysis.
Why are the scores different? Learn how Snyk evaluates vulnerability scores
Overview

libwebp is a Library to encode and decode images in WebP format.

Affected versions of this package are vulnerable to Double Free which can lead to memory corruption and a potentially exploitable crash.

@billnbell billnbell added the bug label Jul 3, 2023
@Thenlie
Copy link

Thenlie commented Oct 26, 2023

I have added the following code to my Podfile which seems to update this dependency for FastImage. Seems like an acceptable workaround for the time being.

# Dependency chain: RNFastImage -> SDWebImageWebPCoder -> libwebp
pod 'libwebp', '1.3.2', :source => 'https://cdn.cocoapods.org/'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants