CVE-2026-69079 PUBLISHED

Unauthenticated Denial of Service via Unbounded Activity-Timeline Range in CTI-Transmute

Assigner: CIRCL
Reserved: 03.08.2026 Published: 03.08.2026 Updated: 03.08.2026

CTI-Transmute contains an uncontrolled resource-consumption vulnerability in the unauthenticated /activity_timeline endpoint. The endpoint accepts a user-controlled days query parameter that was not restricted to a reasonable range.

A remote, unauthenticated attacker could submit an excessively large value for this parameter, causing the application to retrieve and process activity data over an arbitrarily large period. This could consume excessive database, CPU, or memory resources, delay the processing of concurrent requests, or trigger an internal server error. Repeated requests could further degrade the availability of the CTI-Transmute website.

The vulnerability is corrected by clamping the requested timeline range to a minimum of one day and a maximum of 1,095 days.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor misp
Product cti-transmute
Versions Default: unaffected
  • affected from 0 to 1.4.0 (incl.)

Credits

  • Christian Studer remediation developer
  • Jeroen Pinoy finder

References

Problem Types

  • CWE-770 Allocation of Resources Without Limits or Throttling CWE

Impacts

  • CAPEC-130 Excessive Allocation