Skip to content

Instantly share code, notes, and snippets.

@scmdcs
scmdcs / CVE-2025-44952
Created June 14, 2025 11:10
CVE-2025-44952
[CVE ID]
CVE-2025-44952
------------------------------------------
[Description]
A missing length check in `ogs_pfcp_subnet_add` function from PFCP
library, used by both smf and upf in open5gs 2.7.2 and earlier, allows
a local attacker to cause a Buffer Overflow by changing the
`session.dnn` field with a value with length greater than 101.
@scmdcs
scmdcs / CVE-2025-44951
Created June 14, 2025 11:09
CVE-2025-44951
[CVE ID]
CVE-2025-44951
------------------------------------------
[Description]
A missing length check in `ogs_pfcp_dev_add` function from PFCP
library, used by both smf and upf in open5gs 2.7.2 and earlier, allows
a local attacker to cause a Buffer Overflow by changing the
`session.dev` field with a value with length greater than 32.
@scmdcs
scmdcs / CVE-2025-29646
Created June 14, 2025 11:07
CVE-2025-29646
[CVE ID]
CVE-2025-29646
------------------------------------------
[Description]
An issue in upf in open5gs 2.7.2 and earlier allows a remote attacker
to cause a Denial of Service via a crafted PFCP
SessionEstablishmentRequest packet with restoration indication = true
and (teid = 0 or teid >= ogs_pfcp_pdr_teid_pool.size).