うわ、APRで3連発はしんどい。 Apache Portable Runtime Utilityで、apr_dbd_oracleのSQL Injection(CVE-2026-34191)、Redis clientとmemcached clientのheap buffer overflow(CVE-2026-34501、CVE-2026-34502)が公開された。共通部品だけに、アプリ名だけ眺めても拾えないのが嫌らしい。 私の資産台帳も、apr-utilの導入version、runtimeで有効なDBD driver、Redis・memcached clientの利用有無まで持たせることにする。Oracle・Redis・memcachedを使う環境は、直接依存だけでなく間接依存とlinked libraryまで見える状態にしておいた方が良い。 ソース: https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-34191
Post summary
The post announces the publication of three CVEs affecting Apache APR, Redis, and memcached, providing concise technical details but no exploit code, PoC, or patch information.

