Количество 26 124
Количество 26 124
CVE-2023-3896
A divide by zero issue existed in vim of OpenCloudOS Stream
CVE-2023-38802
CVE-2023-38712
An issue was discovered in Libreswan 3.x and 4.x before 4.12. When an IKEv1 ISAKMP SA Informational Exchange packet contains a Delete/Notify payload followed by further Notifies that act on the ISAKMP SA such as a duplicated Delete/Notify message a NULL pointer dereference on the deleted state causes the pluto daemon to crash and restart.
CVE-2023-38711
An issue was discovered in Libreswan before 4.12. When an IKEv1 Quick Mode connection configured with ID_IPV4_ADDR or ID_IPV6_ADDR receives an IDcr payload with ID_FQDN a NULL pointer dereference causes a crash and restart of the pluto daemon. NOTE: the earliest affected version is 4.6.
CVE-2023-38710
An issue was discovered in Libreswan before 4.12. When an IKEv2 Child SA REKEY packet contains an invalid IPsec protocol ID number of 0 or 1 an error notify INVALID_SPI is sent back. The notify payload's protocol ID is copied from the incoming packet but the code that verifies outgoing packets fails an assertion that the protocol ID must be ESP (2) or AH(3) and causes the pluto daemon to crash and restart. NOTE: the earliest affected version is 3.20.
CVE-2023-38709
CVE-2023-38697
protocol-http1 HTTP Request/Response Smuggling vulnerability
CVE-2023-38665
Null pointer dereference in ieee_write_file in nasm 2.16rc0 allows attackers to cause a denial of service (crash).
CVE-2023-3863
Use-after-free in nfc_llcp_find_loca in net/nfc/llcp_core.c
CVE-2023-38552
When the Node.js policy feature checks the integrity of a resource against a trusted manifest the application can intercept the operation and return a forged checksum to the node's policy implementation thus effectively disabling the integrity check. Impacts: This vulnerability affects all users using the experimental policy mechanism in all active release lines: 18.x and 20.x. Please note that at the time this CVE was issued the policy mechanism is an experimental feature of Node.js.
CVE-2023-38546
This flaw allows an attacker to insert cookies at will into a running program using libcurl if the specific series of conditions are met. libcurl performs transfers. In its API an application creates "easy handles" that are the individual handles for single transfers. libcurl provides a function call that duplicates en easy handle called [curl_easy_duphandle](https://curl.se/libcurl/c/curl_easy_duphandle.html). If a transfer has cookies enabled when the handle is duplicated the cookie-enable state is also cloned - but without cloning the actual cookies. If the source handle did not read any cookies from a specific file on disk the cloned version of the handle would instead store the file name as `none` (using the four ASCII letters no quotes). Subsequent use of the cloned handle that does not explicitly set a source to load cookies from would then inadvertently load cookies from a file named `none` - if such a file exists and is readable in the current directory of the program usin
CVE-2023-38545
Hackerone: CVE-2023-38545 SOCKS5 heap buffer overflow
CVE-2023-38497
Cargo not respecting umask when extracting crate archives
CVE-2023-38473
CVE-2023-38472
CVE-2023-38471
CVE-2023-38470
CVE-2023-38469
CVE-2023-38432
An issue was discovered in the Linux kernel before 6.3.10. fs/smb/server/smb2misc.c in ksmbd does not validate the relationship between the command payload size and the RFC1002 length specification leading to an out-of-bounds read.
CVE-2023-38431
An issue was discovered in the Linux kernel before 6.3.8. fs/smb/server/connection.c in ksmbd does not validate the relationship between the NetBIOS header's length field and the SMB header sizes via pdu_size in ksmbd_conn_handler_loop leading to an out-of-bounds read.
Уязвимостей на страницу
Уязвимость | CVSS | EPSS | Опубликовано | |
|---|---|---|---|---|
CVE-2023-3896 A divide by zero issue existed in vim of OpenCloudOS Stream | CVSS3: 7.8 | 0% Низкий | около 3 лет назад | |
CVSS3: 7.5 | 1% Низкий | почти 3 года назад | ||
CVE-2023-38712 An issue was discovered in Libreswan 3.x and 4.x before 4.12. When an IKEv1 ISAKMP SA Informational Exchange packet contains a Delete/Notify payload followed by further Notifies that act on the ISAKMP SA such as a duplicated Delete/Notify message a NULL pointer dereference on the deleted state causes the pluto daemon to crash and restart. | CVSS3: 6.5 | 1% Низкий | почти 3 года назад | |
CVE-2023-38711 An issue was discovered in Libreswan before 4.12. When an IKEv1 Quick Mode connection configured with ID_IPV4_ADDR or ID_IPV6_ADDR receives an IDcr payload with ID_FQDN a NULL pointer dereference causes a crash and restart of the pluto daemon. NOTE: the earliest affected version is 4.6. | CVSS3: 6.5 | 1% Низкий | почти 3 года назад | |
CVE-2023-38710 An issue was discovered in Libreswan before 4.12. When an IKEv2 Child SA REKEY packet contains an invalid IPsec protocol ID number of 0 or 1 an error notify INVALID_SPI is sent back. The notify payload's protocol ID is copied from the incoming packet but the code that verifies outgoing packets fails an assertion that the protocol ID must be ESP (2) or AH(3) and causes the pluto daemon to crash and restart. NOTE: the earliest affected version is 3.20. | CVSS3: 6.5 | 1% Низкий | почти 3 года назад | |
CVSS3: 7.3 | 4% Низкий | почти 2 года назад | ||
CVE-2023-38697 protocol-http1 HTTP Request/Response Smuggling vulnerability | CVSS3: 5.3 | 1% Низкий | около 3 лет назад | |
CVE-2023-38665 Null pointer dereference in ieee_write_file in nasm 2.16rc0 allows attackers to cause a denial of service (crash). | 0% Низкий | 5 месяцев назад | ||
CVE-2023-3863 Use-after-free in nfc_llcp_find_loca in net/nfc/llcp_core.c | CVSS3: 4.1 | 0% Низкий | около 3 лет назад | |
CVE-2023-38552 When the Node.js policy feature checks the integrity of a resource against a trusted manifest the application can intercept the operation and return a forged checksum to the node's policy implementation thus effectively disabling the integrity check. Impacts: This vulnerability affects all users using the experimental policy mechanism in all active release lines: 18.x and 20.x. Please note that at the time this CVE was issued the policy mechanism is an experimental feature of Node.js. | CVSS3: 7.5 | 1% Низкий | почти 3 года назад | |
CVE-2023-38546 This flaw allows an attacker to insert cookies at will into a running program using libcurl if the specific series of conditions are met. libcurl performs transfers. In its API an application creates "easy handles" that are the individual handles for single transfers. libcurl provides a function call that duplicates en easy handle called [curl_easy_duphandle](https://curl.se/libcurl/c/curl_easy_duphandle.html). If a transfer has cookies enabled when the handle is duplicated the cookie-enable state is also cloned - but without cloning the actual cookies. If the source handle did not read any cookies from a specific file on disk the cloned version of the handle would instead store the file name as `none` (using the four ASCII letters no quotes). Subsequent use of the cloned handle that does not explicitly set a source to load cookies from would then inadvertently load cookies from a file named `none` - if such a file exists and is readable in the current directory of the program usin | CVSS3: 3.7 | 6% Низкий | почти 3 года назад | |
CVE-2023-38545 Hackerone: CVE-2023-38545 SOCKS5 heap buffer overflow | 78% Высокий | почти 3 года назад | ||
CVE-2023-38497 Cargo not respecting umask when extracting crate archives | CVSS3: 7.3 | 1% Низкий | почти 3 года назад | |
CVSS3: 5.5 | 0% Низкий | больше 1 года назад | ||
CVSS3: 5.5 | 0% Низкий | больше 1 года назад | ||
CVSS3: 5.5 | 0% Низкий | больше 1 года назад | ||
CVSS3: 5.5 | 0% Низкий | больше 1 года назад | ||
CVSS3: 5.5 | 0% Низкий | больше 1 года назад | ||
CVE-2023-38432 An issue was discovered in the Linux kernel before 6.3.10. fs/smb/server/smb2misc.c in ksmbd does not validate the relationship between the command payload size and the RFC1002 length specification leading to an out-of-bounds read. | CVSS3: 9.1 | 3% Низкий | около 3 лет назад | |
CVE-2023-38431 An issue was discovered in the Linux kernel before 6.3.8. fs/smb/server/connection.c in ksmbd does not validate the relationship between the NetBIOS header's length field and the SMB header sizes via pdu_size in ksmbd_conn_handler_loop leading to an out-of-bounds read. | CVSS3: 9.1 | 1% Низкий | около 3 лет назад |
Уязвимостей на страницу