ALT Vulnerability

This commit is contained in:
Иван Пепеляев 2025-02-27 12:04:46 +00:00
parent e0122adcd0
commit 25819b0314
26 changed files with 80 additions and 51 deletions

View File

@ -88,7 +88,7 @@
{
"ID": "CVE-2023-0386",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "NVD-CWE-Other",
"CWE": "CWE-282",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2023-0386",
"Impact": "High",
"Public": "20230322"

View File

@ -286,14 +286,18 @@
},
{
"ID": "CVE-2024-2614",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-787",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2614",
"Impact": "None",
"Impact": "High",
"Public": "20240319"
},
{
"ID": "CVE-2024-2616",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L",
"CWE": "CWE-787",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2616",
"Impact": "None",
"Impact": "Low",
"Public": "20240319"
},
{

View File

@ -267,14 +267,18 @@
},
{
"ID": "CVE-2024-2614",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-787",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2614",
"Impact": "None",
"Impact": "High",
"Public": "20240319"
},
{
"ID": "CVE-2024-2616",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L",
"CWE": "CWE-787",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2616",
"Impact": "None",
"Impact": "Low",
"Public": "20240319"
}
],

View File

@ -60,8 +60,9 @@
"CVEs": [
{
"ID": "CVE-2024-25111",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-25111",
"Impact": "None",
"Impact": "High",
"Public": "20240306"
}
],

View File

@ -58,7 +58,7 @@
"Description": "This update upgrades rsync to version 3.2.7-alt2. \nSecurity Fix(es):\n\n * CVE-2024-12084: A heap-based buffer overflow flaw was found in the rsync daemon. This issue is due to improper handling of attacker-controlled checksum lengths (s2length) in the code. When MAX_DIGEST_LEN exceeds the fixed SUM_LENGTH (16 bytes), an attacker can write out of bounds in the sum2 buffer.\n\n * CVE-2024-12085: A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\n * CVE-2024-12086: A flaw was found in rsync. It could allow a server to enumerate the contents of an arbitrary file from the client's machine. This issue occurs when files are being copied from a client to a server. During this process, the rsync server will send checksums of local data to the client to compare with in order to determine what data needs to be sent to the server. By sending specially constructed checksum values for arbitrary files, an attacker may be able to reconstruct the data of those files byte-by-byte based on the responses from the client.\n\n * CVE-2024-12087: A path traversal vulnerability exists in rsync. It stems from behavior enabled by the `--inc-recursive` option, a default-enabled option for many client options and can be enabled by the server even if not explicitly enabled by the client. When using the `--inc-recursive` option, a lack of proper symlink verification coupled with deduplication checks occurring on a per-file-list basis could allow a server to write files outside of the client's intended destination directory. A malicious server could write malicious files to arbitrary locations named after valid directories/paths on the client.\n\n * CVE-2024-12088: A flaw was found in rsync. When using the `--safe-links` option, the rsync client fails to properly verify if a symbolic link destination sent from the server contains another symbolic link within it. This results in a path traversal vulnerability, which may lead to arbitrary file write outside the desired directory.\n\n * CVE-2024-12747: A flaw was found in rsync. This vulnerability arises from a race condition during rsync's handling of symbolic links. Rsync's default behavior when encountering symbolic links is to skip them. If an attacker replaced a regular file with a symbolic link at the right time, it was possible to bypass the default behavior and traverse symbolic links. Depending on the privileges of the rsync process, an attacker could leak sensitive information, potentially leading to privilege escalation.",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Critical",
"Severity": "Low",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2025-01-17"
@ -70,10 +70,8 @@
"CVEs": [
{
"ID": "CVE-2024-12084",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-122",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-12084",
"Impact": "Critical",
"Impact": "None",
"Public": "20250115"
},
{

View File

@ -381,8 +381,9 @@
},
{
"ID": "CVE-2024-25111",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-25111",
"Impact": "None",
"Impact": "High",
"Public": "20240306"
}
],

View File

@ -94,7 +94,7 @@
{
"ID": "CVE-2023-0386",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "NVD-CWE-Other",
"CWE": "CWE-282",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2023-0386",
"Impact": "High",
"Public": "20230322"

View File

@ -7490,7 +7490,7 @@
{
"ID": "CVE-2023-0386",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "NVD-CWE-Other",
"CWE": "CWE-282",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2023-0386",
"Impact": "High",
"Public": "20230322"

View File

@ -819,7 +819,7 @@
{
"ID": "CVE-2023-0386",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "NVD-CWE-Other",
"CWE": "CWE-282",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2023-0386",
"Impact": "High",
"Public": "20230322"

View File

@ -4123,20 +4123,26 @@
},
{
"ID": "CVE-2024-2613",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-1021",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2613",
"Impact": "None",
"Impact": "High",
"Public": "20240319"
},
{
"ID": "CVE-2024-2614",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-787",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2614",
"Impact": "None",
"Impact": "High",
"Public": "20240319"
},
{
"ID": "CVE-2024-2615",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-787",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2615",
"Impact": "None",
"Impact": "Critical",
"Public": "20240319"
},
{

View File

@ -1796,7 +1796,7 @@
{
"ID": "CVE-2023-0386",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "NVD-CWE-Other",
"CWE": "CWE-282",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2023-0386",
"Impact": "High",
"Public": "20230322"

View File

@ -292,14 +292,18 @@
},
{
"ID": "CVE-2024-2614",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-787",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2614",
"Impact": "None",
"Impact": "High",
"Public": "20240319"
},
{
"ID": "CVE-2024-2616",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L",
"CWE": "CWE-787",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2616",
"Impact": "None",
"Impact": "Low",
"Public": "20240319"
},
{

View File

@ -273,14 +273,18 @@
},
{
"ID": "CVE-2024-2614",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-787",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2614",
"Impact": "None",
"Impact": "High",
"Public": "20240319"
},
{
"ID": "CVE-2024-2616",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L",
"CWE": "CWE-787",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2616",
"Impact": "None",
"Impact": "Low",
"Public": "20240319"
}
],

View File

@ -64,7 +64,7 @@
"Description": "This update upgrades rsync to version 3.2.7-alt2. \nSecurity Fix(es):\n\n * CVE-2024-12084: A heap-based buffer overflow flaw was found in the rsync daemon. This issue is due to improper handling of attacker-controlled checksum lengths (s2length) in the code. When MAX_DIGEST_LEN exceeds the fixed SUM_LENGTH (16 bytes), an attacker can write out of bounds in the sum2 buffer.\n\n * CVE-2024-12085: A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\n * CVE-2024-12086: A flaw was found in rsync. It could allow a server to enumerate the contents of an arbitrary file from the client's machine. This issue occurs when files are being copied from a client to a server. During this process, the rsync server will send checksums of local data to the client to compare with in order to determine what data needs to be sent to the server. By sending specially constructed checksum values for arbitrary files, an attacker may be able to reconstruct the data of those files byte-by-byte based on the responses from the client.\n\n * CVE-2024-12087: A path traversal vulnerability exists in rsync. It stems from behavior enabled by the `--inc-recursive` option, a default-enabled option for many client options and can be enabled by the server even if not explicitly enabled by the client. When using the `--inc-recursive` option, a lack of proper symlink verification coupled with deduplication checks occurring on a per-file-list basis could allow a server to write files outside of the client's intended destination directory. A malicious server could write malicious files to arbitrary locations named after valid directories/paths on the client.\n\n * CVE-2024-12088: A flaw was found in rsync. When using the `--safe-links` option, the rsync client fails to properly verify if a symbolic link destination sent from the server contains another symbolic link within it. This results in a path traversal vulnerability, which may lead to arbitrary file write outside the desired directory.\n\n * CVE-2024-12747: A flaw was found in rsync. This vulnerability arises from a race condition during rsync's handling of symbolic links. Rsync's default behavior when encountering symbolic links is to skip them. If an attacker replaced a regular file with a symbolic link at the right time, it was possible to bypass the default behavior and traverse symbolic links. Depending on the privileges of the rsync process, an attacker could leak sensitive information, potentially leading to privilege escalation.",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Critical",
"Severity": "Low",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2025-01-17"
@ -76,10 +76,8 @@
"CVEs": [
{
"ID": "CVE-2024-12084",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-122",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-12084",
"Impact": "Critical",
"Impact": "None",
"Public": "20250115"
},
{

View File

@ -87,7 +87,7 @@
{
"ID": "CVE-2023-0386",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "NVD-CWE-Other",
"CWE": "CWE-282",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2023-0386",
"Impact": "High",
"Public": "20230322"

View File

@ -87,7 +87,7 @@
{
"ID": "CVE-2023-0386",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "NVD-CWE-Other",
"CWE": "CWE-282",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2023-0386",
"Impact": "High",
"Public": "20230322"

View File

@ -144,7 +144,7 @@
{
"ID": "CVE-2023-0386",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "NVD-CWE-Other",
"CWE": "CWE-282",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2023-0386",
"Impact": "High",
"Public": "20230322"

View File

@ -79,7 +79,7 @@
{
"ID": "CVE-2023-0386",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "NVD-CWE-Other",
"CWE": "CWE-282",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2023-0386",
"Impact": "High",
"Public": "20230322"

View File

@ -839,7 +839,7 @@
{
"ID": "CVE-2023-0386",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "NVD-CWE-Other",
"CWE": "CWE-282",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2023-0386",
"Impact": "High",
"Public": "20230322"

View File

@ -1789,7 +1789,7 @@
{
"ID": "CVE-2023-0386",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "NVD-CWE-Other",
"CWE": "CWE-282",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2023-0386",
"Impact": "High",
"Public": "20230322"

View File

@ -92,7 +92,7 @@
"Description": "This update upgrades firefox to version 124.0-alt1. \nSecurity Fix(es):\n\n * BDU:2023-06938: Уязвимость реализации стандартов PKCS#1 v1.5, OAEP и RSASVP набора библиотек NSS (Network Security Services), позволяющая нарушителю реализовать атаку Блейхенбахера (Bleichenbacher) или атаку Марвина (Marvin)\n\n * CVE-2023-5388: NSS was susceptible to a timing side-channel attack when performing RSA decryption. This attack could potentially allow an attacker to recover the private data. This vulnerability affects Firefox \u003c 124, Firefox ESR \u003c 115.9, and Thunderbird \u003c 115.9.\n\n * CVE-2024-2605: An attacker could have leveraged the Windows Error Reporter to run arbitrary code on the system escaping the sandbox. *Note:* This issue only affected Windows operating systems. Other operating systems are unaffected. This vulnerability affects Firefox \u003c 124, Firefox ESR \u003c 115.9, and Thunderbird \u003c 115.9.\n\n * CVE-2024-2606: Passing invalid data could have led to invalid wasm values being created, such as arbitrary integers turning into pointer values. This vulnerability affects Firefox \u003c 124.\n\n * CVE-2024-2607: Return registers were overwritten which could have allowed an attacker to execute arbitrary code. *Note:* This issue only affected Armv7-A systems. Other operating systems are unaffected. This vulnerability affects Firefox \u003c 124, Firefox ESR \u003c 115.9, and Thunderbird \u003c 115.9.\n\n * CVE-2024-2608: `AppendEncodedAttributeValue(), ExtraSpaceNeededForAttrEncoding()` and `AppendEncodedCharacters()` could have experienced integer overflows, causing underallocation of an output buffer leading to an out of bounds write. This vulnerability affects Firefox \u003c 124, Firefox ESR \u003c 115.9, and Thunderbird \u003c 115.9.\n\n * CVE-2024-2609: The permission prompt input delay could expire while the window is not in focus. This makes it vulnerable to clickjacking by malicious websites. This vulnerability affects Firefox \u003c 124, Firefox ESR \u003c 115.10, and Thunderbird \u003c 115.10.\n\n * CVE-2024-2610: Using a markup injection an attacker could have stolen nonce values. This could have been used to bypass strict content security policies. This vulnerability affects Firefox \u003c 124, Firefox ESR \u003c 115.9, and Thunderbird \u003c 115.9.\n\n * CVE-2024-2611: A missing delay on when pointer lock was used could have allowed a malicious page to trick a user into granting permissions. This vulnerability affects Firefox \u003c 124, Firefox ESR \u003c 115.9, and Thunderbird \u003c 115.9.\n\n * CVE-2024-2612: If an attacker could find a way to trigger a particular code path in `SafeRefPtr`, it could have triggered a crash or potentially be leveraged to achieve code execution. This vulnerability affects Firefox \u003c 124, Firefox ESR \u003c 115.9, and Thunderbird \u003c 115.9.\n\n * CVE-2024-2613: Data was not properly sanitized when decoding a QUIC ACK frame; this could have led to unrestricted memory consumption and a crash. This vulnerability affects Firefox \u003c 124.\n\n * CVE-2024-2614: Memory safety bugs present in Firefox 123, Firefox ESR 115.8, and Thunderbird 115.8. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability affects Firefox \u003c 124, Firefox ESR \u003c 115.9, and Thunderbird \u003c 115.9.\n\n * CVE-2024-2615: Memory safety bugs present in Firefox 123. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability affects Firefox \u003c 124.",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Low",
"Severity": "Critical",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2024-03-20"
@ -168,20 +168,26 @@
},
{
"ID": "CVE-2024-2613",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-1021",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2613",
"Impact": "None",
"Impact": "High",
"Public": "20240319"
},
{
"ID": "CVE-2024-2614",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-787",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2614",
"Impact": "None",
"Impact": "High",
"Public": "20240319"
},
{
"ID": "CVE-2024-2615",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-787",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2615",
"Impact": "None",
"Impact": "Critical",
"Public": "20240319"
}
],

View File

@ -285,14 +285,18 @@
},
{
"ID": "CVE-2024-2614",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-787",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2614",
"Impact": "None",
"Impact": "High",
"Public": "20240319"
},
{
"ID": "CVE-2024-2616",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L",
"CWE": "CWE-787",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2616",
"Impact": "None",
"Impact": "Low",
"Public": "20240319"
},
{

View File

@ -266,14 +266,18 @@
},
{
"ID": "CVE-2024-2614",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-787",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2614",
"Impact": "None",
"Impact": "High",
"Public": "20240319"
},
{
"ID": "CVE-2024-2616",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L",
"CWE": "CWE-787",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2616",
"Impact": "None",
"Impact": "Low",
"Public": "20240319"
}
],

View File

@ -59,8 +59,9 @@
"CVEs": [
{
"ID": "CVE-2024-25111",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-25111",
"Impact": "None",
"Impact": "High",
"Public": "20240306"
}
],

View File

@ -57,7 +57,7 @@
"Description": "This update upgrades rsync to version 3.2.7-alt2. \nSecurity Fix(es):\n\n * CVE-2024-12084: A heap-based buffer overflow flaw was found in the rsync daemon. This issue is due to improper handling of attacker-controlled checksum lengths (s2length) in the code. When MAX_DIGEST_LEN exceeds the fixed SUM_LENGTH (16 bytes), an attacker can write out of bounds in the sum2 buffer.\n\n * CVE-2024-12085: A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.\n\n * CVE-2024-12086: A flaw was found in rsync. It could allow a server to enumerate the contents of an arbitrary file from the client's machine. This issue occurs when files are being copied from a client to a server. During this process, the rsync server will send checksums of local data to the client to compare with in order to determine what data needs to be sent to the server. By sending specially constructed checksum values for arbitrary files, an attacker may be able to reconstruct the data of those files byte-by-byte based on the responses from the client.\n\n * CVE-2024-12087: A path traversal vulnerability exists in rsync. It stems from behavior enabled by the `--inc-recursive` option, a default-enabled option for many client options and can be enabled by the server even if not explicitly enabled by the client. When using the `--inc-recursive` option, a lack of proper symlink verification coupled with deduplication checks occurring on a per-file-list basis could allow a server to write files outside of the client's intended destination directory. A malicious server could write malicious files to arbitrary locations named after valid directories/paths on the client.\n\n * CVE-2024-12088: A flaw was found in rsync. When using the `--safe-links` option, the rsync client fails to properly verify if a symbolic link destination sent from the server contains another symbolic link within it. This results in a path traversal vulnerability, which may lead to arbitrary file write outside the desired directory.\n\n * CVE-2024-12747: A flaw was found in rsync. This vulnerability arises from a race condition during rsync's handling of symbolic links. Rsync's default behavior when encountering symbolic links is to skip them. If an attacker replaced a regular file with a symbolic link at the right time, it was possible to bypass the default behavior and traverse symbolic links. Depending on the privileges of the rsync process, an attacker could leak sensitive information, potentially leading to privilege escalation.",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Critical",
"Severity": "Low",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2025-01-15"
@ -69,10 +69,8 @@
"CVEs": [
{
"ID": "CVE-2024-12084",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-122",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-12084",
"Impact": "Critical",
"Impact": "None",
"Public": "20250115"
},
{

View File

@ -183,18 +183,14 @@
},
{
"ID": "CVE-2024-11734",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-693",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-11734",
"Impact": "Low",
"Impact": "None",
"Public": "20250114"
},
{
"ID": "CVE-2024-11736",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N",
"CWE": "CWE-526",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-11736",
"Impact": "Low",
"Impact": "None",
"Public": "20250114"
},
{