2024-08-07 09:05:06 +00:00

211 lines
9.6 KiB
JSON

{
"Definition": [
{
"ID": "oval:org.altlinux.errata:def:202410467",
"Version": "oval:org.altlinux.errata:def:202410467",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2024-10467: package `kernel-image-std-def` update to version 5.4.281-alt1",
"AffectedList": [
{
"Family": "unix",
"Platforms": [
"ALT Linux branch p9"
],
"Products": [
"ALT Server",
"ALT Virtualization Server",
"ALT Workstation",
"ALT Workstation K",
"ALT Education",
"Simply Linux",
"Starterkit"
]
}
],
"References": [
{
"RefID": "ALT-PU-2024-10467",
"RefURL": "https://errata.altlinux.org/ALT-PU-2024-10467",
"Source": "ALTPU"
},
{
"RefID": "BDU:2024-05830",
"RefURL": "https://bdu.fstec.ru/vul/2024-05830",
"Source": "BDU"
},
{
"RefID": "CVE-2024-41007",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2024-41007",
"Source": "CVE"
},
{
"RefID": "CVE-2024-42157",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2024-42157",
"Source": "CVE"
},
{
"RefID": "CVE-2024-42223",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2024-42223",
"Source": "CVE"
},
{
"RefID": "CVE-2024-42224",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2024-42224",
"Source": "CVE"
}
],
"Description": "This update upgrades kernel-image-std-def to version 5.4.281-alt1. \nSecurity Fix(es):\n\n * BDU:2024-05830: Уязвимость функции copy_to_user компонента s390 ядра операционной системы Linux, позволяющая нарушителю выполнить произвольный код\n\n * CVE-2024-41007: In the Linux kernel, the following vulnerability has been resolved:\n\ntcp: avoid too many retransmit packets\n\nIf a TCP socket is using TCP_USER_TIMEOUT, and the other peer\nretracted its window to zero, tcp_retransmit_timer() can\nretransmit a packet every two jiffies (2 ms for HZ=1000),\nfor about 4 minutes after TCP_USER_TIMEOUT has 'expired'.\n\nThe fix is to make sure tcp_rtx_probe0_timed_out() takes\nicsk-\u003eicsk_user_timeout into account.\n\nBefore blamed commit, the socket would not timeout after\nicsk-\u003eicsk_user_timeout, but would use standard exponential\nbackoff for the retransmits.\n\nAlso worth noting that before commit e89688e3e978 (\"net: tcp:\nfix unexcepted socket die when snd_wnd is 0\"), the issue\nwould last 2 minutes instead of 4.\n\n * CVE-2024-42157: In the Linux kernel, the following vulnerability has been resolved:\n\ns390/pkey: Wipe sensitive data on failure\n\nWipe sensitive data from stack also if the copy_to_user() fails.\n\n * CVE-2024-42223: In the Linux kernel, the following vulnerability has been resolved:\n\nmedia: dvb-frontends: tda10048: Fix integer overflow\n\nstate-\u003extal_hz can be up to 16M, so it can overflow a 32 bit integer\nwhen multiplied by pll_mfactor.\n\nCreate a new 64 bit variable to hold the calculations.\n\n * CVE-2024-42224: In the Linux kernel, the following vulnerability has been resolved:\n\nnet: dsa: mv88e6xxx: Correct check for empty list\n\nSince commit a3c53be55c95 (\"net: dsa: mv88e6xxx: Support multiple MDIO\nbusses\") mv88e6xxx_default_mdio_bus() has checked that the\nreturn value of list_first_entry() is non-NULL.\n\nThis appears to be intended to guard against the list chip-\u003emdios being\nempty. However, it is not the correct check as the implementation of\nlist_first_entry is not designed to return NULL for empty lists.\n\nInstead, use list_first_entry_or_null() which does return NULL if the\nlist is empty.\n\nFlagged by Smatch.\nCompile tested only.",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "High",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2024-08-06"
},
"Updated": {
"Date": "2024-08-06"
},
"BDUs": [
{
"ID": "BDU:2024-05830",
"CVSS": "AV:N/AC:L/Au:S/C:C/I:C/A:C",
"CVSS3": "AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-121",
"Href": "https://bdu.fstec.ru/vul/2024-05830",
"Impact": "High",
"Public": "20240730"
}
],
"CVEs": [
{
"ID": "CVE-2024-41007",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"CWE": "NVD-CWE-noinfo",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-41007",
"Impact": "Low",
"Public": "20240715"
},
{
"ID": "CVE-2024-42157",
"CVSS3": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"CWE": "NVD-CWE-Other",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-42157",
"Impact": "Low",
"Public": "20240730"
},
{
"ID": "CVE-2024-42223",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-190",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-42223",
"Impact": "Low",
"Public": "20240730"
},
{
"ID": "CVE-2024-42224",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-754",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-42224",
"Impact": "High",
"Public": "20240730"
}
],
"AffectedCPEs": {
"CPEs": [
"cpe:/o:alt:kworkstation:9",
"cpe:/o:alt:workstation:9",
"cpe:/o:alt:server:9",
"cpe:/o:alt:server-v:9",
"cpe:/o:alt:education:9",
"cpe:/o:alt:slinux:9",
"cpe:/o:alt:starterkit:p9",
"cpe:/o:alt:kworkstation:9.1",
"cpe:/o:alt:workstation:9.1",
"cpe:/o:alt:server:9.1",
"cpe:/o:alt:server-v:9.1",
"cpe:/o:alt:education:9.1",
"cpe:/o:alt:slinux:9.1",
"cpe:/o:alt:starterkit:9.1",
"cpe:/o:alt:kworkstation:9.2",
"cpe:/o:alt:workstation:9.2",
"cpe:/o:alt:server:9.2",
"cpe:/o:alt:server-v:9.2",
"cpe:/o:alt:education:9.2",
"cpe:/o:alt:slinux:9.2",
"cpe:/o:alt:starterkit:9.2"
]
}
}
},
"Criteria": {
"Operator": "AND",
"Criterions": [
{
"TestRef": "oval:org.altlinux.errata:tst:1001",
"Comment": "ALT Linux must be installed"
}
],
"Criterias": [
{
"Operator": "OR",
"Criterions": [
{
"TestRef": "oval:org.altlinux.errata:tst:202410467001",
"Comment": "kernel-doc-std is earlier than 2:5.4.281-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202410467002",
"Comment": "kernel-headers-modules-std-def is earlier than 2:5.4.281-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202410467003",
"Comment": "kernel-headers-std-def is earlier than 2:5.4.281-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202410467004",
"Comment": "kernel-image-domU-std-def is earlier than 2:5.4.281-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202410467005",
"Comment": "kernel-image-std-def is earlier than 2:5.4.281-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202410467006",
"Comment": "kernel-modules-drm-ancient-std-def is earlier than 2:5.4.281-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202410467007",
"Comment": "kernel-modules-drm-nouveau-std-def is earlier than 2:5.4.281-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202410467008",
"Comment": "kernel-modules-drm-radeon-std-def is earlier than 2:5.4.281-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202410467009",
"Comment": "kernel-modules-drm-std-def is earlier than 2:5.4.281-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202410467010",
"Comment": "kernel-modules-ide-std-def is earlier than 2:5.4.281-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202410467011",
"Comment": "kernel-modules-midgard-be-m1000-std-def is earlier than 2:5.4.281-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202410467012",
"Comment": "kernel-modules-staging-std-def is earlier than 2:5.4.281-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202410467013",
"Comment": "kernel-modules-v4l-std-def is earlier than 2:5.4.281-alt1"
}
]
}
]
}
}
]
}