You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check if the system has the compromised set, running iconv -l | grep -E 'CN-?EXT'.
If there is no output, the system is safe to this vulnerability. If the output is similar to the one below, the system is vulnerable. Read below for the steps to fix it.
https://nvd.nist.gov/vuln/detail/CVE-2024-2961
Check if the system has the compromised set, running
iconv -l | grep -E 'CN-?EXT'
.If there is no output, the system is safe to this vulnerability. If the output is similar to the one below, the system is vulnerable. Read below for the steps to fix it.
Browse to
/usr/lib64/gconv/gconv-modules.d
.Edit
gconv-modules-extra.conf
.Go to line 1254 and comment out the following:
Do
sudo iconvconfig
to regenerate the cache.Now, running
iconv -l | grep -E 'CN-?EXT'
should return no output.The text was updated successfully, but these errors were encountered: