Skip to content

Vulnerability in rnx-kit project #4082

@ankitdn

Description

@ankitdn

What happened?

While working on rnx-kit project, I scanned the dependency manifest and found that the application uses a vulnerable version of axios affected by CVE-2025-62718. This vulnerability allows bypassing NO_PROXY rules due to improper hostname normalization (e.g., localhost. or [::1]). As a result, requests intended to bypass proxies may instead be routed through a proxy, potentially exposing sensitive internal services and leading to SSRF risks.

CVE Report
CVE Link

Affected Package

<1.15.0

Version

1.15.0

Which platforms are you seeing this issue on?

  • Android
  • iOS
  • macOS
  • Windows

System Information

npm

Steps to Reproduce

Observe that the request is routed through the proxy instead of bypassing it

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions