undf: assign UNDF-2026-000001224..000001229 (systemd-0004, dbus-0001, mysql-0005, proxysql-0002 +2); stamp patches

This commit is contained in:
russell@unturf.com 2026-04-03 15:58:23 -04:00
parent 7822bb0e85
commit de09497fb3
12 changed files with 21 additions and 1 deletions

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000001225
# UNDF: UNDF-PENDING
--- a/bus/policy.c
+++ b/bus/policy.c

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000001224
# dbus 5-MOAD scan — 2026-04-03
Source: https://gitlab.freedesktop.org/dbus/dbus (depth=1)

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000001226
# mysql-0005 — `row_sel_store_mysql_rec`: O(T×C) std::find per row on secondary index scan
## Status

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000001226
# UNDF: (leave blank)
# CWE-407: Algorithmic Complexity — row0sel template_col O(T*C) std::find per row
# Severity: HIGH (hot query execution path — every secondary index covering scan)

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000001221
--- a/src/lagrangian/DSMC/clouds/Templates/DSMCCloud/DSMCCloud.C
+++ b/src/lagrangian/DSMC/clouds/Templates/DSMCCloud/DSMCCloud.C
@@ -98,6 +98,16 @@ void Foam::DSMCCloud<ParcelType>::initialise

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000001227
# proxysql-0002 — `MySQL_FTS`: O(R×C×I) std::find on indexed_cols per row during FTS indexing
## Status

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000001227
# UNDF: (leave blank)
# CWE-407: Algorithmic Complexity — MySQL_FTS indexed_cols O(R*C*I) linear scan
# Severity: MEDIUM (FTS indexing path — per-row per-column membership check)

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000001222
--- a/tree/tree/src/TTree.cxx
+++ b/tree/tree/src/TTree.cxx
@@ -5862,6 +5862,12 @@ void TTree::InitializeBranchLists(bool checkLeafCount)

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000001228
# systemd deeper scan — 2026-04-03
Source: https://github.com/systemd/systemd (depth=1)

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000001229
# UNDF: UNDF-PENDING
--- a/src/shared/seccomp-util.c
+++ b/src/shared/seccomp-util.c

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000001223
# transformers-0004: wav2vec2, wav2vec2_phoneme, esm all_special_ids/tokens property rebuilt per loop iteration
# CWE-407 - Algorithmic Complexity
# MOAD-0001 - The Sedimentary Defect