Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dlt_common: Fix buffer overflow in dlt_filter_load #275

Merged
merged 1 commit into from
Nov 30, 2020

Conversation

gy741
Copy link
Contributor

@gy741 gy741 commented Nov 28, 2020

A buffer overflow in the dlt_filter_load function in dlt_common.c in dlt-daemon allows arbitrary code execution via an unsafe usage of fscanf, because it does not limit the number of characters to be read in a format argument.

Fixed: #274

Signed-off-by: GwanYeong Kim gy741.kim@gmail.com

A buffer overflow in the dlt_filter_load function in dlt_common.c in dlt-daemon allows arbitrary code execution via an unsafe usage of fscanf, because it does not limit the number of characters to be read in a format argument.

Fixed: COVESA#274

Signed-off-by: GwanYeong Kim <gy741.kim@gmail.com>
@ssugiura ssugiura merged commit ff4f44c into COVESA:master Nov 30, 2020
@gy741
Copy link
Contributor Author

gy741 commented Nov 30, 2020

Use CVE-2020-29394.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

stack buffer overflow in dlt_filter_load
2 participants