FreeBSD VuXML: Documenting security issues in FreeBSD and the FreeBSD Ports Collection

github-release-monitor -- multiple vulnerabilities

Affected packages
github-release-monitor < 1.4.1

Details

VuXML ID 7a1bd1ca-cf40-41e2-9c5f-143a0d4b17af
Discovery 2025-12-11
Entry 2025-12-13

https://nextjs.org/blog/security-update-2025-12-11 reports:

Description

(Medium) Source Code Exposure: CVE-2025-55183

A specifically crafted HTTP request can cause a Server Function to return the compiled source code of other Server Functions in your application. This could reveal business logic. Secrets could also be exposed if they are defined directly in your code (rather than accessed via environment variables at runtime) and referenced within a Server Function. Depending on your bundler configuration, these values may be inlined into the compiled function output.

(High) Denial of Service: CVE-2025-55184

A specifically crafted HTTP request can be sent to any App Router endpoint that, when deserialized, can cause an infinite loop that hangs the server process and prevents future HTTP requests from being served.

References

CVE Name CVE-2025-55183
CVE Name CVE-2025-55184
URL https://nextjs.org/blog/security-update-2025-12-11