Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-90679 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Forgejo 13.0.0 through 16.0.4, when "[federation] ENABLED = true" is set, has a spoofing issue that affects identity integrity but does not allow account takeover or content modification. It does not verify that the HTTP Signature on an incoming ActivityPub activity was produced by the key belonging to the actor named in the activity body. The signature verification in routers/api/v1/activitypub/reqsignature.go validates the request signature, but the inbox activity handlers subsequently read the acting identity from the attacker-controlled JSON body without binding it to the verified signing key. Additionally, the signed Digest header is not recomputed against the received request body. A remote attacker who hosts a single valid ActivityPub actor and keypair can therefore submit signature-valid activities attributed to any actor identity they name.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://codeberg.org/forgejo/forgejo/issues/14271#issuecomment-22548004 [email protected]ExploitIssue TrackingTechnical AnalysisVendor

Weakness Enumeration

CWE-IDCWE NameSource
CWE-348Use of Less Trusted Source[email protected]

Affected Products

ProductVersions
Forgejo
>= 13.0.0, <= 16.0.4 (semver)

CPE

  • cpe:2.3:a:forgejo:forgejo:*:*:*:*:*:*:*:*

Remediation

  • Workaround:low effort

    Disable federation by setting "[federation] ENABLED = false".

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-90679
NVD Published Date:
Sep 13, 2026
NVD Last Modified:
Sep 22, 2026
Source:
[email protected]
CVE-2026-90679 Details - Not Deferred