Fix Stack buffer overflow and Path traversal 82/318482/1
authorJaehyun Kim <jeik01.kim@samsung.com>
Thu, 11 Apr 2024 08:34:42 +0000 (17:34 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Fri, 17 Jan 2025 07:20:34 +0000 (16:20 +0900)
commit9ea3eb9a6b30cf83c21de14e7c2c9b78719747a3
tree2c776061688ee8924e44e05466dd4dd4da0e8109
parentbceb60b110ddb445f52a5293835975572b3d40e4
Fix Stack buffer overflow and Path traversal

Fix security vulnerabilities.
  - Stack buffer overflow issue in __netconfig_trigger_netlink_scan
  - Path traversal issue in DeleteEapConfig method
  - Path traversal issue in CreateEapConfig method

Change-Id: I76ef04f98cdb28926901899f511c80e6162f89ad
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
include/wifi-config.h
src/wifi-config.c
src/wifi-eap-config.c
src/wifi-netlink-scan.c