CVE-2026-73432: Stored Server-Side Request Forgery in Remote-Instance Synchronization Allows Access to Internal Services in vulnerability-lookup

Published Aug 12, 2026
·
Updated

Vulnerability-Lookup contains a server-side request forgery (SSRF) vulnerability in the remote-instance synchronization functionality. Remote instance addresses were validated only for basic URL syntax before being stored, while the synchronization worker later dereferenced these addresses using requests.get() with automatic redirect handling and without enforcing network-boundary restrictions.

An authenticated administrator with the admin:access permission could configure a remote instance whose address points to an internal, loopback, link-local, or cloud metadata HTTP(S) service. When synchronization is performed, the Vulnerability-Lookup server would issue the request from its own network context. An attacker could also use a publicly accessible URL that redirects to an internal destination, because redirects were previously followed without revalidating the destination.

Successful exploitation could allow a privileged attacker to probe or interact with services that are accessible from the Vulnerability-Lookup server but not directly reachable by the attacker, including private network services or cloud instance metadata endpoints. The exact confidentiality, integrity, or availability impact depends on the services reachable from the application server.

The patch introduces a shared outbound URL policy that restricts remote instances to HTTP(S), rejects non-public IP addresses, resolves hostnames at request time, and manually validates each redirect destination before following it. The implementation explicitly blocks private, loopback, link-local, multicast, reserved, and unspecified addresses.

Affected Software

1 affected component
Vulnerability-Lookup

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Apply the patch’s shared outbound URL policy for remote-instance synchronization: restrict remote instances to HTTP(S), reject non-public IP addresses, resolve hostnames at request time, and manually validate each redirect destination before following it.

Event History

Aug 12, 2026
CVE Published
via MITRE·02:40 PM
Data Sourced
via MITRE·02:40 PM
DescriptionWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-73432?

CVE-2026-73432 has a risk score of 44, indicating a significant security threat due to its server-side request forgery nature.

2

How do I fix CVE-2026-73432?

To address CVE-2026-73432, ensure robust validation of remote instance addresses to prevent server-side request forgery vulnerabilities.

3

What are the potential impacts of CVE-2026-73432?

CVE-2026-73432 may allow unauthorized access to internal services through manipulation of the remote-instance synchronization feature.

4

Is CVE-2026-73432 specific to certain software?

Yes, CVE-2026-73432 specifically affects the Vulnerability-Lookup software due to its remote-instance synchronization functionality.

5

Who is affected by CVE-2026-73432?

Any organization utilizing Vulnerability-Lookup with the vulnerable remote-instance synchronization functionality is at risk from CVE-2026-73432.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203
CVE-2026-73432 - Stored Server-Side Request Forgery in Remote-Instance Synchronization Allows Access to Internal Services in vulnerability-lookup - SecAlerts