VYPR

apk package

chainguard/homepage

pkg:apk/chainguard/homepage

Vulnerabilities (33)

  • CVE-2026-64649MedJul 27, 2026
    affected < 1.13.2-r9fixed 1.13.2-r9

    Next.js is a React framework for building full-stack web applications. In versions 14.1.1 through 15.5.20 and 16.0.0 through 16.2.10, when a Server Action forwards or redirects a request, an attacker can cause the server to send that outbound request to a malicious host (Server-S

  • CVE-2026-64648MedJul 27, 2026
    affected < 1.13.2-r9fixed 1.13.2-r9

    Next.js is a React framework for building full-stack web applications. In versions 12.0.0 through 15.5.20 and 16.0.0 through 16.2.10, a server-side fetch with a request body may return a cached response body from a different request to the same URL but different body. Confidenti

  • CVE-2026-64647MedJul 27, 2026
    affected < 1.13.2-r9fixed 1.13.2-r9

    Next.js is a React framework for building full-stack web applications. In versions 12.0.0 through 15.5.20 and 16.0.0 through 16.2.10, a server-side fetch with a request body may return a cached response body from a different request to the same URL but different body. Confidentia

  • CVE-2026-64646MedJul 27, 2026
    affected < 1.13.2-r9fixed 1.13.2-r9

    Next.js is a React framework for building full-stack web applications. In versions 13.0.0 through 15.5.20 and 16.0.0 through 16.2.10, requests targeting Next.js applications using App Router with at least one Server Action can lead to excessive memory consumption if that Server A

  • CVE-2026-64645MedJul 27, 2026
    affected < 1.13.2-r9fixed 1.13.2-r9

    Next.js is a React framework for building full-stack web applications. In versions 12.0.0 through 15.5.20 and 16.0.0 through 16.2.10, a rewrites() or redirects() rule that builds its external destination hostname from request-controlled input can be pointed at an arbitrary hostn

  • CVE-2026-64644MedJul 27, 2026
    affected < 1.13.2-r9fixed 1.13.2-r9

    Next.js is a React framework for building full-stack web applications. In versions 15.5.0 through 15.5.20 and 16.0.0 through 16.2.10, when self-hosting Next.js with the default image loader, the Image Optimization API can optimize remotely hosted images if configured (not enabled

  • CVE-2026-64643MedJul 27, 2026
    affected < 1.13.2-r9fixed 1.13.2-r9

    Next.js is a React framework for building full-stack web applications. In versions 12.0.0 through 15.5.20 and 16.0.0 through 16.2.10, Next.js applications using App Router, Server Actions (use server) or use cache endpoints can be disclosed bypassing any authentication on the pag

  • CVE-2026-64642HigJul 27, 2026
    affected < 1.13.2-r9fixed 1.13.2-r9

    Next.js is a React framework for building full-stack web applications. In versions 16.0.0 through 16.2.10, crafted requests targeting Next.js applications using App Router built with Turbopack and a single entry in config.i18n.locales can bypass middleware/proxy based authenticat

  • CVE-2026-64641HigJul 27, 2026
    affected < 1.13.2-r9fixed 1.13.2-r9

    Next.js is a React framework for building full-stack web applications. In versions 13.0.0 through 15.5.20 and 16.0.0 through 16.2.10, crafted requests targeting Next.js applications using App Router with at least one Server Action can lead to excessive CPU usage blocking processi

  • CVE-2026-73646higJul 24, 2026
    affected < 1.13.2-r7fixed 1.13.2-r7

    ## Vulnerability Details **File**: `lib/previous-map.js` **Line**: 87-98 (`loadFile`), 129-144 (`loadMap`) ### Root Cause PostCSS auto-detects a `/*# sourceMappingURL=... */` comment inside the CSS text it is asked to parse and, unless the caller explicitly passes `map: false`

  • CVE-2026-50289HigJul 17, 2026
    affected < 1.13.2-r6fixed 1.13.2-r6

    systeminformation is a System and OS information library for node.js. Prior to 5.31.7, networkInterfaces() on Linux is vulnerable to OS command injection through the Debian/Ubuntu interfaces(5) source directive because lib/network.js checkLinuxDCHPInterfaces() reads /etc/network/

  • CVE-2026-59877MedJul 8, 2026
    affected < 1.13.2-r5fixed 1.13.2-r5

    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-59874HigJul 8, 2026
    affected < 1.13.2-r5fixed 1.13.2-r5

    node-tar is a tar archive manipulation library for Node.js. Prior to 7.5.18, tar.replace accepts a checksum-valid tar header with a negative base-256 encoded entry size, causing the archive scanner to make no progress while repeatedly parsing the same header. This issue is fixed

  • CVE-2026-59873HigJul 8, 2026
    affected < 1.13.2-r5fixed 1.13.2-r5

    node-tar is a tar archive manipulation library for Node.js. Prior to 7.5.19, node-tar does not enforce hard upper bounds on total decompressed data, entry counts, or decompression ratio in extraction and parsing paths such as src/extract.ts, allowing a small crafted gzip bomb to

  • CVE-2026-59871MedJul 8, 2026
    affected < 1.13.2-r5fixed 1.13.2-r5

    node-tar is a tar archive manipulation library for Node.js. Prior to 7.5.18, node-tar coerces all-digit PAX path and linkpath values in src/pax.ts to JavaScript numbers, causing downstream path handling such as normalizeWindowsPath(entry.path).split('/') to throw an uncaught Type

  • CVE-2026-59869HigJul 8, 2026
    affected < 1.13.2-r5fixed 1.13.2-r5

    js-yaml is a JavaScript YAML parser and dumper. From 3.0.0 before 3.15.0 and from 4.0.0 before 4.3.0, js-yaml can spend quadratic CPU time parsing a document whose size grows only linearly when a chain of mappings uses merge keys where each mapping merges the previous one. This i

  • CVE-2026-54269MedJun 22, 2026
    affected < 1.13.2-r4fixed 1.13.2-r4

    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-53655MedJun 22, 2026
    affected < 1.13.2-r4fixed 1.13.2-r4

    node-tar is a full-featured Tar for Node.js. Prior to 7.5.16, tar (node-tar) applies a PAX extended header's size= record (and other PAX overrides) to the next header entry of any type, including intermediary metadata headers such as a GNU long-name (L) or long-link (K) entry. Pe

  • CVE-2026-53550MedJun 22, 2026
    affected < 1.13.2-r4fixed 1.13.2-r4

    js-yaml is a JavaScript YAML parser and dumper. Prior to 4.2.0 and 3.15.0, a crafted YAML document can trigger algorithmic CPU exhaustion in js-yaml merge-key processing (<<) by repeating the same alias many times in a merge sequence. This causes quadratic parse-time behavior rel

  • CVE-2026-48779HigJun 17, 2026
    affected < 1.13.2-r2fixed 1.13.2-r2

    ws is an open source WebSocket client and server for Node.js. All versions from 1.1.0 up to (but not including) 5.2.5, from 6.0.0 up to 6.2.4, from 7.0.0 up to 7.5.11, and from 8.0.0 up to 8.21.0 are affected by a memory exhaustion DoS vulnerability. A peer can send a high volume

Page 1 of 2