CVE-2026-82982 PUBLISHED

Assigner: hackerone
Reserved: 31.08.2026 Published: 18.09.2026 Updated: 18.09.2026

The Approval app's approve/reject endpoint is meant to require the file's current etag as a freshness check, preventing an approver from approving or rejecting a file whose contents changed after they reviewed it. The backend only enforced this check when the etag parameter was present and non-empty in the request. An attacker able to intercept and modify the approval request could omit the etag field entirely, bypassing the freshness check and approving or rejecting a file version they never reviewed.

Metrics

CVSS Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
CVSS Score: 4.3

Product Status

Vendor Nextcloud
Product Approval
Versions Default: unaffected
  • affected from 1.0.0 to 3.0.0 (incl.)

Credits

  • Dang Hung Vi (vidang04) finder

References

Problem Types

  • CWE-840 Business Logic Errors CWE