VYPR

apk package

chainguard/nemo

pkg:apk/chainguard/nemo

Vulnerabilities (199)

  • CVE-2026-46603HigAug 14, 2026
    affected < 2.7.3-r21fixed 2.7.3-r21

    VP8L decoding in golang.org/x/image/vp8l can allocate an excessive amount of memory when processing a crafted VP8L image containing many unused Huffman tree groups. This allows a remote attacker to cause a denial of service via memory exhaustion.

  • CVE-2026-71870MedAug 7, 2026
    affected < 2.7.3-r17fixed 2.7.3-r17

    pypdf is a free and open-source pure-python PDF library. Prior to 6.15.0, a crafted PDF can cause large memory consumption when pypdf/_cmap.py function parse_bfrange parses unusually large source-code or destination-string tokens in a font /ToUnicode CMap during text extraction.

  • CVE-2026-71852MedAug 7, 2026
    affected < 2.7.3-r17fixed 2.7.3-r17

    pypdf is a free and open-source pure-python PDF library. Prior to 6.15.0, a crafted PDF can cause long runtimes and large memory consumption when pypdf/_font.py function Font._collect_cid_character_widths expands unusually large CID font /W width ranges or excessive width entries

  • CVE-2026-71557MedAug 7, 2026
    affected < 2.7.3-r21fixed 2.7.3-r21

    go-git is an extensible git implementation library written in pure Go. Prior to 5.19.2 and 6.0.0-alpha.5, reference names are not sanitized before being used to construct on-disk paths under the reference storage directory, so a maliciously crafted reference name (for example con

  • CVE-2026-71556HigAug 7, 2026
    affected < 2.7.3-r21fixed 2.7.3-r21

    go-git is an extensible git implementation library written in pure Go. Prior to 5.19.2 and 6.0.0-alpha.5, worktree operations (including checkout, status, and add) resolve symbolic links inside the working tree without confining resolution to the worktree boundary, so a malicious

  • CVE-2026-12075higJul 31, 2026
    affected < 2.7.3-r15fixed 2.7.3-r15

    ### Summary `nltk.pathsec` provides an SSRF filter that NLTK documents as a security control, blocking loopback, private, link-local, and multicast ranges (including obfuscated forms) and recommending strict `ENFORCE` mode for security-sensitive environments. The filter is bypass

  • CVE-2026-12061higJul 31, 2026
    affected < 2.7.3-r15fixed 2.7.3-r15

    ### Summary `ReviewsCorpusReader` extracts feature annotations of the form *label* followed by a bracketed signed digit (e.g. a label then `[+2]`) from each review line, using the module-level `FEATURES` regex. The feature-label sub-pattern is unbounded — an optional greedy run o

  • CVE-2026-12072higJul 31, 2026
    affected < 2.7.3-r15fixed 2.7.3-r15

    ### Summary A path-traversal vulnerability in `NKJPCorpusReader` allows an attacker who can influence the `fileids` argument of its public read methods (`header`, `raw`, `words`, `sents`, `tagged_words`) to read files outside the corpus root. The reader builds the fil

  • CVE-2026-12074higJul 31, 2026
    affected < 2.7.3-r15fixed 2.7.3-r15

    ### Summary `FramenetCorpusReader.frame(name)` interpolates a caller-supplied frame name into an XML file path that is read with the builtin `open()`, bypassing `CorpusReader.open()` and the `nltk.pathsec` sandbox — including strict `ENFORCE=True` mode. A `../` sequence in the na

  • CVE-2026-56852HigJul 21, 2026
    affected < 2.7.3-r21fixed 2.7.3-r21

    A norm.Iter can enter an infinite loop when handling input containing invalid UTF-8 bytes.

  • CVE-2026-44512MedJul 8, 2026
    affected < 2.7.3-r11fixed 2.7.3-r11

    Open Neural Network Exchange (ONNX) is an open standard for machine learning interoperability. From 1.9.0 before 1.22.0, onnx.version_converter.convert_version() can dereference a null pointer in Upsample_6_7::adapt_upsample_6_7() in onnx/version_converter/adapters/upsample_6_7.h

  • CVE-2026-59890MedJul 8, 2026
    affected < 2.7.3-r16fixed 2.7.3-r16

    setuptools is a package that allows users to download, build, install, upgrade, and uninstall Python packages. Prior to 83.0.0, FileList applied MANIFEST.in exclude, global-exclude, recursive-exclude, and prune directives by matching compiled glob patterns against on-disk file na

  • CVE-2026-42505MedJul 8, 2026
    affected < 2.7.3-r21fixed 2.7.3-r21

    Handshakes which used Encrypted Client Hello could be de-anonymized by a passive network observer due to a disclosure of pre-shared key identities in the unencrypted client hello.

  • CVE-2026-39822HigJul 8, 2026
    affected < 2.7.3-r21fixed 2.7.3-r21

    On Unix systems, opening a file in an os.Root improperly follows symlinks to locations outside of the Root when the final path component of the a path is a symbolic link and the path ends in /. For example, 'root.Open("symlink/")' will open "symlink" even when "symlink" is a symb

  • CVE-2026-59877MedJul 8, 2026
    affected < 2.7.3-r14fixed 2.7.3-r14

    protobufjs compiles protobuf definitions into JavaScript (JS) functions. Prior to 7.6.5 and 8.6.6, protobufjs parsed option names by advancing through schema tokens until reaching an = token without checking for end of input, so a crafted .proto schema that opens an option declar

  • CVE-2026-54293HigJun 22, 2026
    affected < 2.7.3-r15fixed 2.7.3-r15

    NLTK (Natural Language Toolkit) is a suite of open source Python modules, data sets, and tutorials supporting research and development in Natural Language Processing. Prior to 3.10.0-rc1, nltk.data.load() in NLTK is vulnerable to path traversal via URL-encoded path separators and

  • CVE-2026-54283HigJun 22, 2026
    affected < 2.7.3-r8fixed 2.7.3-r8

    Starlette is a lightweight ASGI framework/toolkit. From 0.4.1 until 1.3.1, request.form() accepts max_fields and max_part_size to bound resource consumption while parsing form data. These limits are enforced for multipart/form-data, but silently ignored for application/x-www-form

  • CVE-2026-54282LowJun 22, 2026
    affected < 2.7.3-r8fixed 2.7.3-r8

    Starlette is a lightweight ASGI framework/toolkit. Prior to 1.3.0, the HTTP request path is not validated before being used to reconstruct request.url. Because request.url is rebuilt by concatenating {scheme}://{host}{path} and re-parsing the result, a path that does not begin wi

  • CVE-2026-54269MedJun 22, 2026
    affected < 2.7.3-r14fixed 2.7.3-r14

    protobufjs compiles protobuf definitions into JavaScript (JS) functions. Prior to 8.6.0 and 7.6.3, protobufjs accepted certain schema-derived names that could collide with properties used by protobufjs runtime helpers. The known affected names are fields named hasOwnProperty, fie

  • CVE-2026-48712HigJun 22, 2026
    affected < 2.7.3-r14fixed 2.7.3-r14

    protobufjs compiles protobuf definitions into JavaScript (JS) functions. Prior to 7.6.1 and 8.4.1, protobufjs could recurse without a depth limit while converting decoded messages to plain objects or JSON. This affected generated toObject() conversion and the custom google.protob

Page 1 of 10