Kestrel
대시보드로 돌아가기
CVE-2026-53428MEDIUM· 6.9MITRENVD대응게시일: 2026. 06. 29.수정일: 2026. 06. 30.

Unbounded memory allocation in highlight_lines range expansion in mdex

위협 신호 · CVSS · EPSS · KEV

정기 패치· 높은 악용 신호 없음
CVSS
6.9medium

이론적 심각도 점수

EPSS
0.1%상위 96.1%

30일 내 악용 확률 예측

KEV
미등재

실측 악용 기록 없음

권장 대응 기한차기 업그레이드 시CISA SSVC 기준

별도 긴급 패치 불필요 — 정기 시스템 업그레이드 주기에 맞춰 조치

· KEV 미등재 · 자동화 어려움 · 부분 영향 · 내부 한정

CVSS 벡터 · 메트릭

악용 경로
공격 벡터로컬
공격 복잡도낮음
공격 요건있음
필요 권한불필요
사용자 상호작용불필요
영향
기밀성 영향없음
무결성 영향없음
가용성 영향높음
후속 기밀성없음
후속 무결성없음
후속 가용성높음
CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H

상세 설명

Memory Allocation with Excessive Size Value vulnerability in leandrocp mdex allows an unauthenticated attacker to cause a denial of service through unbounded memory allocation.

comrak_nif::lumis_adapter::LumisAdapter::parse_highlight_lines in native/comrak_nif/src/lumis_adapter.rs eagerly expands a user-controlled inclusive line range from a fenced code block's highlight_lines decorator into a Vec<usize>, pushing one element per integer in the range with no upper bound on the range size. An attacker who can supply Markdown that an application renders with MDEx.to_html/2 (for example a comment, chat message, or wiki page) can embed a code block whose info string is rust highlight_lines="1-100000000", forcing the native adapter to allocate roughly 8 bytes per line in the range.

A payload that differs by only a few bytes can therefore allocate hundreds of megabytes, and a sufficiently large range (for example 1-2000000000) exhausts host memory and aborts the BEAM, denying service to every user of the rendering process. The per-line write loop additionally tests membership with a linear scan over the same vector, degrading rendering to a quadratic cost even for ranges that do not immediately exhaust memory.

The vulnerable native code originally shipped inside mdex (in native/comrak_nif/src/lumis_adapter.rs) and was later extracted into the separate mdex_native package (native/mdex_native_nif/src/lumis_adapter.rs), where it remains unpatched.

This issue affects mdex from 0.11.0 before 0.12.3, and mdex_native from 0.1.0 before 0.2.3.

AI 심층 분석

공격 시나리오 · 재현 가능한 PoC 페이로드 · 즉시 적용 가능한 차단 패치를 한 번에 받아 보세요. 보안 운영팀이 그대로 점검·티켓팅에 쓸 수 있는 형태로 정리해 드립니다.

영향받는 제품·버전

  • leandrocp mdex0.11.0 ≤ x < 0.12.3
    other
  • leandrocp mdexa8407611715d1ead35fbcba79c72cef1b7df387b ≤ x < 6ed94d905f97af188323f042698ae841c02293b4
    other
  • leandrocp mdex_native0.1.0 ≤ x < 0.2.3
    other
  • leandrocp mdex_native956528c5e31746253347029e810a969ab916fd27 ≤ x < 798a363b4339f6f7162ec8437c4c9f9b5ae6fbf3
    other