[GHSA-vj87-jj27-4h9c] wolfSSL Python module vulnerable to Improper Authentication #6727
+5
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates
Comments
5.8.4-stable is an invalid Python version which is not published to Pypi. This is up to the Github Security Curators team whether to reference official Pypi versions, or to continue to use Github release tags as a source of truth. But publicly available packages maintained by the official language registry and used by the public seems to be a better canonical source of vulnerable packages than a non-standardized name given by a specific Github maintainer's release tag.
For the fixed version I referenced the Changelog.rst file from the Pypi package 5.8.4.post0 (https://pypi.org/project/wolfssl/5.8.4.post0/#history). The noted version is 5.8.4: "wolfSSL-py Release 5.8.4 (Dec 29, 2025)".
For the affected version, I referenced the advisory itself: "The issue affects versions up to and including 5.8.2."
These kind of python version mismatches happen because the package name is validated/cross-referenced in pip but not the version. Given bandwidth and GHSA team interest (and perhaps a helpful link or two), I may be able to contribute a Python version validation PR to add this.