Количество 26 087
Количество 26 087
CVE-2022-3560
A flaw was found in pesign. The pesign package provides a systemd service used to start the pesign daemon. This service unit runs a script to set ACLs for /etc/pki/pesign and /run/pesign directories to grant access privileges to users in the 'pesign' group. However, the script doesn't check for symbolic links. This could allow an attacker to gain access to privileged files and directories via a path traversal attack.
CVE-2022-3545
Linux Kernel IPsec nfp_cppcore.c area_cache_get use after free
CVE-2022-3544
Linux Kernel Netfilter sysfs.c damon_sysfs_add_target memory leak
CVE-2022-3543
Linux Kernel BPF af_unix.c unix_release_sock memory leak
CVE-2022-3541
Linux Kernel BPF spl2sw_driver.c spl2sw_nvmem_get_mac_address use after free
CVE-2022-35414
CVE-2022-35409
An issue was discovered in Mbed TLS before 2.28.1 and 3.x before 3.2.0. In some configurations, an unauthenticated attacker can send an invalid ClientHello message to a DTLS server that causes a heap-based buffer over-read of up to 255 bytes. This can cause a server crash or possibly information disclosure based on error responses. Affected configurations have MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE enabled and MBEDTLS_SSL_IN_CONTENT_LEN less than a threshold that depends on the configuration: 258 bytes if using mbedtls_ssl_cookie_check, and possibly up to 571 bytes with a custom cookie check function.
CVE-2022-3533
Linux Kernel BPF usdt.c parse_usdt_arg memory leak
CVE-2022-35260
curl can be told to parse a `.netrc` file for credentials. If that file endsin a line with 4095 consecutive non-white space letters and no newline curlwould first read past the end of the stack-based buffer and if the readworks write a zero byte beyond its boundary.This will in most cases cause a segfault or similar but circumstances might also cause different outcomes.If a malicious user can provide a custom netrc file to an application or otherwise affect its contents this flaw could be used as denial-of-service.
CVE-2022-35256
The llhttp parser in the http module in Node v18.7.0 does not correctly handle header fields that are not terminated with CLRF. This may result in HTTP Request Smuggling.
CVE-2022-35252
When curl is used to retrieve and parse cookies from a HTTP(S) server itaccepts cookies using control codes that when later are sent back to a HTTPserver might make the server return 400 responses. Effectively allowing a"sister site" to deny service to all siblings.
CVE-2022-3521
Linux Kernel kcm kcmsock.c kcm_tx_work race condition
CVE-2022-35205
CVE-2022-3515
CVE-2022-3510
Parsing issue in protobuf message-type extension
CVE-2022-3509
CVE-2022-34918
An issue was discovered in the Linux kernel through 5.18.9. A type confusion bug in nft_set_elem_init (leading to a buffer overflow) could be used by a local attacker to escalate privileges a different vulnerability than CVE-2022-32250. (The attacker can obtain root access but must start with an unprivileged user namespace to obtain CAP_NET_ADMIN access.) This can be fixed in nft_setelem_parse_data in net/netfilter/nf_tables_api.c.
CVE-2022-34903
GnuPG through 2.3.6 in unusual situations where an attacker possesses any secret-key information from a victim's keyring and other constraints (e.g. use of GPGME) are met allows signature forgery via injection into the status line.
CVE-2022-34835
In Das U-Boot through 2022.07-rc5, an integer signedness error and resultant stack-based buffer overflow in the "i2c md" command enables the corruption of the return address pointer of the do_i2c_md function.
CVE-2022-3479
A vulnerability found in nss. By this security vulnerability, nss client auth crash without a user certificate in the database and this can lead us to a segmentation fault or crash.
Уязвимостей на страницу
Уязвимость | CVSS | EPSS | Опубликовано | |
|---|---|---|---|---|
CVE-2022-3560 A flaw was found in pesign. The pesign package provides a systemd service used to start the pesign daemon. This service unit runs a script to set ACLs for /etc/pki/pesign and /run/pesign directories to grant access privileges to users in the 'pesign' group. However, the script doesn't check for symbolic links. This could allow an attacker to gain access to privileged files and directories via a path traversal attack. | CVSS3: 5.5 | 0% Низкий | 10 месяцев назад | |
CVE-2022-3545 Linux Kernel IPsec nfp_cppcore.c area_cache_get use after free | CVSS3: 7.8 | 0% Низкий | почти 4 года назад | |
CVE-2022-3544 Linux Kernel Netfilter sysfs.c damon_sysfs_add_target memory leak | CVSS3: 5.5 | 0% Низкий | почти 4 года назад | |
CVE-2022-3543 Linux Kernel BPF af_unix.c unix_release_sock memory leak | CVSS3: 5.5 | 0% Низкий | почти 4 года назад | |
CVE-2022-3541 Linux Kernel BPF spl2sw_driver.c spl2sw_nvmem_get_mac_address use after free | CVSS3: 7.8 | 0% Низкий | почти 4 года назад | |
CVSS3: 8.8 | 1% Низкий | около 2 лет назад | ||
CVE-2022-35409 An issue was discovered in Mbed TLS before 2.28.1 and 3.x before 3.2.0. In some configurations, an unauthenticated attacker can send an invalid ClientHello message to a DTLS server that causes a heap-based buffer over-read of up to 255 bytes. This can cause a server crash or possibly information disclosure based on error responses. Affected configurations have MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE enabled and MBEDTLS_SSL_IN_CONTENT_LEN less than a threshold that depends on the configuration: 258 bytes if using mbedtls_ssl_cookie_check, and possibly up to 571 bytes with a custom cookie check function. | 2% Низкий | 11 месяцев назад | ||
CVE-2022-3533 Linux Kernel BPF usdt.c parse_usdt_arg memory leak | CVSS3: 5.7 | 0% Низкий | около 3 лет назад | |
CVE-2022-35260 curl can be told to parse a `.netrc` file for credentials. If that file endsin a line with 4095 consecutive non-white space letters and no newline curlwould first read past the end of the stack-based buffer and if the readworks write a zero byte beyond its boundary.This will in most cases cause a segfault or similar but circumstances might also cause different outcomes.If a malicious user can provide a custom netrc file to an application or otherwise affect its contents this flaw could be used as denial-of-service. | CVSS3: 6.5 | 2% Низкий | 6 месяцев назад | |
CVE-2022-35256 The llhttp parser in the http module in Node v18.7.0 does not correctly handle header fields that are not terminated with CLRF. This may result in HTTP Request Smuggling. | CVSS3: 6.5 | 3% Низкий | 6 месяцев назад | |
CVE-2022-35252 When curl is used to retrieve and parse cookies from a HTTP(S) server itaccepts cookies using control codes that when later are sent back to a HTTPserver might make the server return 400 responses. Effectively allowing a"sister site" to deny service to all siblings. | CVSS3: 3.7 | 2% Низкий | почти 4 года назад | |
CVE-2022-3521 Linux Kernel kcm kcmsock.c kcm_tx_work race condition | CVSS3: 2.5 | 0% Низкий | почти 4 года назад | |
CVSS3: 5.5 | 0% Низкий | больше 1 года назад | ||
CVSS3: 9.8 | 2% Низкий | больше 3 лет назад | ||
CVE-2022-3510 Parsing issue in protobuf message-type extension | 0% Низкий | 11 месяцев назад | ||
CVSS3: 7.5 | 1% Низкий | почти 2 года назад | ||
CVE-2022-34918 An issue was discovered in the Linux kernel through 5.18.9. A type confusion bug in nft_set_elem_init (leading to a buffer overflow) could be used by a local attacker to escalate privileges a different vulnerability than CVE-2022-32250. (The attacker can obtain root access but must start with an unprivileged user namespace to obtain CAP_NET_ADMIN access.) This can be fixed in nft_setelem_parse_data in net/netfilter/nf_tables_api.c. | CVSS3: 7.8 | 5% Низкий | около 4 лет назад | |
CVE-2022-34903 GnuPG through 2.3.6 in unusual situations where an attacker possesses any secret-key information from a victim's keyring and other constraints (e.g. use of GPGME) are met allows signature forgery via injection into the status line. | CVSS3: 6.5 | 3% Низкий | около 4 лет назад | |
CVE-2022-34835 In Das U-Boot through 2022.07-rc5, an integer signedness error and resultant stack-based buffer overflow in the "i2c md" command enables the corruption of the return address pointer of the do_i2c_md function. | 2% Низкий | 11 месяцев назад | ||
CVE-2022-3479 A vulnerability found in nss. By this security vulnerability, nss client auth crash without a user certificate in the database and this can lead us to a segmentation fault or crash. | 1% Низкий | 11 месяцев назад |
Уязвимостей на страницу