-
Notifications
You must be signed in to change notification settings - Fork 0
π‘οΈ Sentinel: [HIGH] yt-dlpμ CVE-2026-55404 μ·¨μ½μ μμ #717
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
Closed
seonghobae
wants to merge
3
commits into
develop
from
sentinel/cve-2026-55404-fix-13876519760793347212
Closed
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π Security & Privacy | π Major | β‘ Quick win
π§© Analysis chain
π Script executed:
Repository: ContextualWisdomLab/bandscope
Length of output: 226
π Script executed:
Repository: ContextualWisdomLab/bandscope
Length of output: 831
π Script executed:
Repository: ContextualWisdomLab/bandscope
Length of output: 3252
π Script executed:
Repository: ContextualWisdomLab/bandscope
Length of output: 1941
π Script executed:
Repository: ContextualWisdomLab/bandscope
Length of output: 2370
π Script executed:
Repository: ContextualWisdomLab/bandscope
Length of output: 2713
π Web query:
CVE-2026-59890 setuptools 83.0.0 NVDπ‘ Result:
CVE-2026-59890 is a security vulnerability identified in the Python setuptools package [1][2]. It involves an improper handling of Unicode encoding that allows an exclusion bypass in source distributions (sdist) [3][4]. Prior to version 83.0.0, the setuptools FileList utility applied MANIFEST.in directives (such as exclude, global-exclude, recursive-exclude, and prune) by matching glob patterns against on-disk filenames without performing Unicode normalization [3][1]. On filesystems that are normalization-preserving, such as macOS APFS and HFS+, a file stored using NFD (Normalization Form Decomposed) encoding could bypass an exclusion rule written in NFC (Normalization Form Composed) [3][5]. This mismatch could cause files that were intended to be excluded (such as private configuration files or secrets) to be unintentionally included in a published source distribution [3][5]. This vulnerability was addressed in setuptools version 83.0.0, which updated the matching process to be insensitive to Unicode normalization forms [1][5]. Users are advised to upgrade to version 83.0.0 or higher to mitigate this issue [1][4]. The vulnerability has a medium severity rating, with a CVSS 3.1 base score of 6.1 (Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N) [1][6][7].
Citations:
π Web query:
"CVE-2026-59890" setuptools 83.0.0π‘ Result:
CVE-2026-59890 is a security vulnerability in the Python setuptools package related to the improper handling of Unicode normalization when applying exclusion directives in MANIFEST.in [1][2]. The issue affects all versions of setuptools prior to 83.0.0 [1][3]. Details of the vulnerability: When building a source distribution (sdist), setuptools' FileList mechanism matches MANIFEST.in exclusion directives (such as exclude, global-exclude, recursive-exclude, and prune) against on-disk file names using a byte-for-byte comparison [4][2]. On file systems that preserve Unicode normalization, specifically macOS APFS and HFS+, a file name represented in NFD (Normalization Form Decomposition) and an exclusion rule written in NFC (Normalization Form Composition) refer to the same file but are byte-distinct [4][2]. Because setuptools performed no normalization before matching, this mismatch caused the exclusion rule to fail silently [4][2]. Consequently, sensitive or private files intended to be excluded could be unintentionally included in a published source distribution [4][2]. Resolution: The vulnerability is resolved in setuptools version 83.0.0, which ensures that both the walked file paths and the MANIFEST.in patterns are normalized to a canonical form before matching [4][1][2]. Users are advised to upgrade to version 83.0.0 or higher to mitigate this risk [5].
Citations:
CVE-2026-59890λ μ μ 무μνμ§ λ§κ³services/analysis-engine/uv.lockμsetuptoolsλ₯Ό 83.0.0+λ‘ μ¬λ € μ£ΌμΈμ. νμ¬ lockfileμsetuptools 81.0.0μ΄ λ€μ΄ μμ΄ μ΄ μμΈκ° μ€μ κ²½κ³ λ₯Ό κ°λ¦½λλ€. λ¨μ λΆκ°νΌν νλͺ©λ§ κ²½λ‘μ λ§λ£μΌμ λΆμ¬ μ’νμΈμ.π€ Prompt for AI Agents