open5gs/lib
Sukchan Lee 2fbc445d32 [PFCP] Fixed Possible heap buffer overflow (#2585)
After examining the call stack and reading the source code, I found that
in /lib/core/ogs-pool.h line 152: (pool)->array[i] = i+1;
then in lib/pfcp/context.c line 78: pdr_random_to_index[ogs_pfcp_pdr_teid_pool.array[i]] = i;
ogs_pfcp_pdr_teid_pool.array[i] may exceed the size of pdr_random_to_index, leading to a heap-buffer-overflow.
2023-09-06 07:14:51 +09:00
..
app [HSS] Modify where to check mongodb version (#2425) 2023-07-15 23:52:13 +09:00
asn1c [SBI] Crash occurs when ENUM in the MAP (#2103) 2023-03-01 17:50:25 +09:00
core [GTP] gtp_message_fuzz: Abrt in ogs_abort 2023-08-24 22:19:42 +09:00
crypt Remove not valid UTF-8 characters 2023-01-31 00:22:16 +09:00
dbi Use x1000 multiplier for Kbps, Mbps, ... etc. (#2515) 2023-08-13 18:19:45 +09:00
diameter [CORE] Increase SDU buffer to 32k (#2008) 2023-01-24 21:43:20 +09:00
gtp [TLV] Oops! Fixed my mistake on pull #2549 2023-08-26 16:35:27 +09:00
ipfw Fixed MacOSX compile error 2023-04-04 21:53:39 +09:00
metrics Follow-up on #2178 2023-03-24 23:04:32 +09:00
nas Use x1000 multiplier for Kbps, Mbps, ... etc. (#2515) 2023-08-13 18:19:45 +09:00
ngap [Release-17] Upgrade S1AP/NGAP to v17.3.9 2023-02-21 21:48:06 +09:00
pfcp [PFCP] Fixed Possible heap buffer overflow (#2585) 2023-09-06 07:14:51 +09:00
proto [SBI] Fixed a bug with encoder/decoder of scpPorts 2023-05-14 07:05:23 +09:00
s1ap [Release-17] Upgrade S1AP/NGAP to v17.3.9 2023-02-21 21:48:06 +09:00
sbi [SBI] nghttp2 SETTING ACK should be sent (#2385) 2023-08-20 21:08:20 +09:00
sctp Fixed MacOSX compile error 2023-04-04 21:53:39 +09:00
tun [ALL] Removing trailing whitespace and tab 2022-09-02 23:38:39 +09:00
meson.build Move src/../nf-sm.[ch] to lib/sbi/nf-sm.[ch] 2022-08-12 14:03:53 +09:00