Server-Side Request Forgery (SSRF)Weakness · CWE-918

CVE-2026-7412

HIGH · 8.6 CVSS v3.1 Published 2026-05-05
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
95/100
Remediation priority · Urgent
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
In Eclipse BaSyx Java Server SDK versions prior to 2.0.0-milestone-10, the Operation Delegation feature fails to validate the destination URI of delegated requests. An unauthenticated remote attacker can exploit this design flaw to force the BaSyx server to execute blind HTTP POST requests to arbitrary internal or external targets. This allows an attacker to bypass network segmentation and pivot into isolated internal IT/OT infrastructure or target Cloud Metadata services (IMDS).

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

The Eclipse BaSyx Java Server SDK contains a Server-Side Request Forgery (SSRF) vulnerability in its Operation Delegation feature. Versions prior to 2.0.0-milestone-10 fail to validate the destination URI before making delegated HTTP POST requests. An unauthenticated attacker can exploit this to force the server to make blind HTTP POST requests to arbitrary internal or external targets, bypassing network segmentation.

MitigationUpgrade to Eclipse BaSyx Java Server SDK version 2.0.0-milestone-10 or later, which should include proper destination URI validation. Implement network segmentation and outbound firewall rules as a compensating control until the patch is applied.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Changed
Confidentiality
High
Integrity
None
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify Eclipse BaSyx Java Server SDK installation
    Locate the BaSyx SDK JAR files or dependency declarations (e.g., in pom.xml, build.gradle, or the application's lib directory) and note the version string.
    Affected if The installed version is older than 2.0.0-milestone-10 or the version cannot be determined.
  2. Check if Operation Delegation feature is enabled
    Review the server configuration files or runtime settings for the Operation Delegation feature. Look for configuration keys related to delegation, such as 'delegation.enabled', 'operation.delegation', or similar settings in the BaSyx configuration.
    Affected if Operation Delegation is enabled and the SDK version is vulnerable.
  3. Inspect the Operation Delegation endpoint configuration
    Examine the application's exposed endpoints, particularly any delegation or proxy-related routes (often under paths like '/delegate', '/operations/delegate', or similar). Verify if the server accepts delegation requests without explicit destination validation.
    Affected if The delegation endpoint accepts arbitrary URI targets without validation.
  4. Review network egress controls
    Check firewall rules, network policies, or application-level outbound HTTP restrictions to determine if the server can make arbitrary HTTP/HTTPS requests to internal or external destinations.
    Affected if The server has unrestricted outbound HTTP/HTTPS capability and Operation Delegation is active.
  5. Search for metadata service access patterns
    Review server logs, network traffic, or access patterns for connections to cloud metadata endpoints (e.g., 169.254.169.254) or internal services that should not be reachable.
    Affected if Evidence exists of outbound requests to internal/cloud metadata services initiated by the BaSyx server.

The environment is affected if Eclipse BaSyx Java Server SDK versions before 2.0.0-milestone-10 are in use with Operation Delegation feature enabled, allowing the server to make unrestricted HTTP POST requests to arbitrary destinations.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Upgrade to Eclipse BaSyx Java Server SDK version 2.0.0-milestone-10 or later, which should include proper destination URI validation. Implement network segmentation and outbound firewall rules as a compensating control until the patch is applied.

Recommended fix High confidence

2.0.0-milestone-10 or later

  1. Identify the current Eclipse BaSyx Java Server SDK version in use by checking project dependencies (e.g., pom.xml, build.gradle, or Maven/Gradle manifests)
  2. Locate all runtime deployments of the BaSyx server component across development, staging, and production environments
  3. Upgrade the Eclipse BaSyx Java Server SDK dependency to version 2.0.0-milestone-10 or later in the project's dependency management file
  4. Rebuild and recompile the application to ensure the new SDK version is integrated
  5. Update any integration tests that exercise the Operation Delegation feature to verify the URI validation is now enforced
  6. Deploy the rebuilt application to the affected environments
  7. Validate that the Operation Delegation feature correctly rejects requests to arbitrary URIs and only allows valid, expected endpoints
Caveat Milestone releases may introduce API changes; review release notes for 2.0.0-milestone-10 for any breaking changes before upgrading production systems

Generated from the published advisory — verify against the referenced sources before acting.

Have this fixed Scoped from the published advisory
  • Consultation4.0 h
  • Implementation8.0 h
  • Testing6.0 h
  • Review / QA4.0 h
22.0 hours of engineering $3,860
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $6,176.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-7412 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-7412 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data