PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-55735 ueberauth CVE debrief

An unauthenticated attacker can forge a token to revoke a victim's session due to improper verification of cryptographic signatures in ueberauth guardian. This issue affects guardian versions from 1.0.0 before 2.4.1. The Guardian.revoke/3 function in lib/guardian.ex does not verify the signature of the supplied token before acting on its claims, allowing an unauthenticated attacker to forge a token and revoke a victim's session. Users of ueberauth guardian versions from 1.0.0 before 2.4.1 should verify and apply remediation to prevent potential unauthenticated session revocation denial of service. Evidence is limited; primary official records indicate improper verification of cryptographic signatures in ueberauth guardian, allowing unauthenticated session revocation. Further verification tasks are recommended.

Vendor
ueberauth
Product
guardian
CVSS
HIGH 8.2
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-01
Original CVE updated
2026-08-06
Advisory published
2026-08-01
Advisory updated
2026-08-06

Who should care

Users of ueberauth guardian versions from 1.0.0 before 2.4.1 should verify and apply remediation to prevent potential unauthenticated session revocation denial of service. This includes verifying affected product deployments, reviewing official advisories, and planning vendor-supported updates or mitigations. Compensating controls, such as monitoring and exception tracking, should be implemented for exposed systems while remediation is scheduled and verified. Relevant monitoring, detection, and logs for exposed assets should be checked for extra review. Exceptions, retest remediated assets, and close the item only after evidence is documented. Conduct inventory checks for affected guardian versions and track exceptions, retest remediated assets, and close the item only after evidence is documented. Review compensating controls for exposed systems while remediation is scheduled and verified. Check relevant monitoring, detection, and logs for exposed assets that need extra review. Track exceptions, retest remediated assets, and close the item only after evidence is documented. Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up. Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance. Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed. Review compensating controls for exposed systems while remediation is scheduled and verified. Check relevant monitoring, detection, and logs for exposed assets that need extra review. Track exceptions, retest remediated assets, and close the item only after evidence is documented. Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up. Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance. Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed. Review compensating controls for exposed systems while remediation is scheduled and verified. Check relevant monitoring, detection, and logs for exposed assets that need extra.

Technical summary

The Guardian.revoke/3 function in lib/guardian.ex does not verify the signature of the supplied token before acting on its claims, allowing an unauthenticated attacker to forge a token and revoke a victim's session. This issue affects guardian versions from 1.0.0 before 2.4.1. An attacker who knows or guesses a victim's identifying claim values (jti, sub) can forge a JWT carrying those claims, sign it with an arbitrary key, and submit it to any endpoint that funnels a caller-supplied token into Guardian.revoke/3. When the token module mutates state keyed by the claims, the victim's legitimate session is evicted.

Defensive priority

High priority due to potential for unauthenticated session revocation denial of service.

Recommended defensive actions

  • Verify and apply vendor remediation for guardian versions prior to 2.4.1
  • Implement compensating controls, such as monitoring and exception tracking
  • Conduct inventory checks for affected guardian versions
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review

Evidence notes

Evidence is limited; primary official records indicate improper verification of cryptographic signatures in ueberauth guardian, allowing unauthenticated session revocation. Further verification tasks are recommended.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-55735 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-55735

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-55735 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-55735

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://cna.erlef.org/cves/CVE-2026-55735.html

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://github.com/ueberauth/guardian/commit/2bd7a8c29770d423d855c0a4965caa6c3e486901

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://github.com/ueberauth/guardian/security/advisories/GHSA-7975-hp3r-5qhv

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://osv.dev/vulnerability/EEF-CVE-2026-55735

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.