nidhihcl / linux-4.1.15

Other
0 stars 0 forks source link

CVE-2023-1095 (Medium) detected in linuxlinux-4.6 #758

Open mend-bolt-for-github[bot] opened 1 year ago

mend-bolt-for-github[bot] commented 1 year ago

CVE-2023-1095 - Medium Severity Vulnerability

Vulnerable Library - linuxlinux-4.6

The Linux Kernel

Library home page: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux

Found in HEAD commit: 55d3d4cefc3daba58b100af3336832311407cf6f

Found in base branch: master

Vulnerable Source Files (2)

/net/netfilter/nf_tables_api.c /net/netfilter/nf_tables_api.c

Vulnerability Details

In nf_tables_updtable, if nf_tables_table_enable returns an error, nft_trans_destroy is called to free the transaction object. nft_trans_destroy() calls list_del(), but the transaction was never placed on a list -- the list head is all zeroes, this results in a NULL pointer dereference.

Publish Date: 2023-02-28

URL: CVE-2023-1095

CVSS 3 Score Details (5.5)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.linuxkernelcves.com/cves/CVE-2023-1095

Release Date: 2023-02-28

Fix Resolution: v4.9.326,v4.14.291,v4.19.256,v5.4.211,v5.10.137,v5.15.61,v5.18.18


Step up your Open Source Security Game with Mend here