← Back

Debian Linux

debian_linux

Vendor: Debian • 10,001 CVEs

CVEs (10,001)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
3Abcm2ps Project
DebianFedoraproject
3Abcm2ps
Debian LinuxFedora
Jun 17, 2026
Mar 10, 2022
N/A· v4
6.5 MEDIUM· v3
4.3 MEDIUM· v2
An out-of-bounds read in the function write_title() in subs.c of abcm2ps v8.14.11 allows remote attackers to cause a Denial of Service (DoS) via unspecified vectors.
3Abcm2ps Project
DebianFedoraproject
3Abcm2ps
Debian LinuxFedora
Jun 17, 2026
Mar 10, 2022
N/A· v4
5.5 MEDIUM· v3
4.3 MEDIUM· v2
Stack-based buffer overflow in the function get_key in parse.c of abcm2ps v8.14.11 allows remote attackers to cause a Denial of Service (DoS) via unspecified vectors.
3Abcm2ps Project
DebianFedoraproject
3Abcm2ps
Debian LinuxFedora
Jun 17, 2026
Mar 10, 2022
N/A· v4
5.5 MEDIUM· v3
4.3 MEDIUM· v2
abcm2ps v8.14.11 was discovered to contain an out-of-bounds read in the function calculate_beam at draw.c.
3Debian
FedoraprojectZabbix
3Debian Linux
FedoraFrontend
Jun 17, 2026
Mar 9, 2022
N/A· v4
4.4 MEDIUM· v3
2.1 LOW· v2
An authenticated user can create a link with reflected Javascript code inside it for graphs’ page and send it to other users. The payload can be executed only with a known CSRF token value of the victim, which is changed...Show more
An authenticated user can create a link with reflected Javascript code inside it for graphs’ page and send it to other users. The payload can be executed only with a known CSRF token value of the victim, which is changed periodically and is difficult to predict. Malicious code has access to all the same objects as the rest of the web page and can make arbitrary modifications to the contents of the page being displayed to a victim during social engineering attacks.Show less
3Debian
FedoraprojectZabbix
3Debian Linux
FedoraFrontend
Jun 17, 2026
Mar 9, 2022
N/A· v4
4.4 MEDIUM· v3
2.1 LOW· v2
An authenticated user can create a link with reflected Javascript code inside it for services’ page and send it to other users. The payload can be executed only with a known CSRF token value of the victim, which is chang...Show more
An authenticated user can create a link with reflected Javascript code inside it for services’ page and send it to other users. The payload can be executed only with a known CSRF token value of the victim, which is changed periodically and is difficult to predict. Malicious code has access to all the same objects as the rest of the web page and can make arbitrary modifications to the contents of the page being displayed to a victim during social engineering attacks.Show less
3Debian
FedoraprojectZabbix
3Debian Linux
FedoraFrontend
Jun 17, 2026
Mar 9, 2022
N/A· v4
4.4 MEDIUM· v3
2.1 LOW· v2
An authenticated user can create a link with reflected XSS payload for actions’ pages, and send it to other users. Malicious code has access to all the same objects as the rest of the web page and can make arbitrary modi...Show more
An authenticated user can create a link with reflected XSS payload for actions’ pages, and send it to other users. Malicious code has access to all the same objects as the rest of the web page and can make arbitrary modifications to the contents of the page being displayed to a victim. This attack can be implemented with the help of social engineering and expiration of a number of factors - an attacker should have authorized access to the Zabbix Frontend and allowed network connection between a malicious server and victim’s computer, understand attacked infrastructure, be recognized by the victim as a trustee and use trusted communication channel.Show less
3Debian
FedoraprojectRust Lang
3Debian Linux
FedoraRegex
Jun 17, 2026
Mar 8, 2022
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trust...Show more
regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those (tunable) mitigations already provide sane defaults to prevent attacks. This guarantee is documented and it's considered part of the crate's API. Unfortunately a bug was discovered in the mitigations designed to prevent untrusted regexes to take an arbitrary amount of time during parsing, and it's possible to craft regexes that bypass such mitigations. This makes it possible to perform denial of service attacks by sending specially crafted regexes to services accepting user-controlled, untrusted regexes. All versions of the regex crate before or equal to 1.5.4 are affected by this issue. The fix is include starting from regex 1.5.5. All users accepting user-controlled regexes are recommended to upgrade immediately to the latest version of the regex crate. Unfortunately there is no fixed set of problematic regexes, as there are practically infinite regexes that could be crafted to exploit this vulnerability. Because of this, it us not recommend to deny known problematic regexes.Show less
2Debian
Readymedia Project
2Debian Linux
Readymedia
Jun 17, 2026
Mar 6, 2022
N/A· v4
7.4 HIGH· v3
4.3 MEDIUM· v2
A DNS rebinding issue in ReadyMedia (formerly MiniDLNA) before 1.3.1 allows a remote web server to exfiltrate media files.
3Debian
FedoraprojectNetwork Block Device Project
3Debian Linux
FedoraNetwork Block Device
Jun 17, 2026
Mar 6, 2022
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
In nbd-server in nbd before 3.24, there is a stack-based buffer overflow. An attacker can cause a buffer overflow in the parsing of the name field by sending a crafted NBD_OPT_INFO or NBD_OPT_GO message with an large val...Show more
In nbd-server in nbd before 3.24, there is a stack-based buffer overflow. An attacker can cause a buffer overflow in the parsing of the name field by sending a crafted NBD_OPT_INFO or NBD_OPT_GO message with an large value as the length of the name.Show less
3Debian
FedoraprojectNetwork Block Device Project
3Debian Linux
FedoraNetwork Block Device
Jun 17, 2026
Mar 6, 2022
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
In nbd-server in nbd before 3.24, there is an integer overflow with a resultant heap-based buffer overflow. A value of 0xffffffff in the name length field will cause a zero-sized buffer to be allocated for the name, resu...Show more
In nbd-server in nbd before 3.24, there is an integer overflow with a resultant heap-based buffer overflow. A value of 0xffffffff in the name length field will cause a zero-sized buffer to be allocated for the name, resulting in a write to a dangling pointer. This issue exists for the NBD_OPT_INFO, NBD_OPT_GO, and NBD_OPT_EXPORT_NAME messages.Show less
4Debian
FedoraprojectLinux+1 more
11Debian Linux
FedoraH300e Firmware+8 more
Jun 17, 2026
Mar 6, 2022
N/A· v4
7.8 HIGH· v3
4.6 MEDIUM· v2
st21nfca_connectivity_event_received in drivers/nfc/st21nfca/se.c in the Linux kernel through 5.16.12 has EVT_TRANSACTION buffer overflows because of untrusted length parameters.
3Debian
GolangNetapp
3Astra Trident
Debian LinuxGo
Jun 17, 2026
Mar 5, 2022
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
regexp.Compile in Go before 1.16.15 and 1.17.x before 1.17.8 allows stack exhaustion via a deeply nested expression.
2Debian
Openexr
2Debian Linux
Openexr
Jun 17, 2026
Mar 4, 2022
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
A flaw found in function dataWindowForTile() of IlmImf/ImfTiledMisc.cpp. An attacker who is able to submit a crafted file to be processed by OpenEXR could trigger an integer overflow, leading to an out-of-bounds write on...Show more
A flaw found in function dataWindowForTile() of IlmImf/ImfTiledMisc.cpp. An attacker who is able to submit a crafted file to be processed by OpenEXR could trigger an integer overflow, leading to an out-of-bounds write on the heap. The greatest impact of this flaw is to application availability, with some potential impact to data integrity as well.Show less
2Debian
Openexr
2Debian Linux
Openexr
Jun 17, 2026
Mar 4, 2022
N/A· v4
5.5 MEDIUM· v3
7.1 HIGH· v2
A flaw was found in OpenEXR's TiledInputFile functionality. This flaw allows an attacker who can submit a crafted single-part non-image to be processed by OpenEXR, to trigger a floating-point exception error. The highest...Show more
A flaw was found in OpenEXR's TiledInputFile functionality. This flaw allows an attacker who can submit a crafted single-part non-image to be processed by OpenEXR, to trigger a floating-point exception error. The highest threat from this vulnerability is to system availability.Show less
2Debian
Openexr
2Debian Linux
Openexr
Jun 17, 2026
Mar 4, 2022
N/A· v4
5.5 MEDIUM· v3
7.1 HIGH· v2
A flaw was found in OpenEXR's hufUncompress functionality in OpenEXR/IlmImf/ImfHuf.cpp. This flaw allows an attacker who can submit a crafted file that is processed by OpenEXR, to trigger an integer overflow. The highest...Show more
A flaw was found in OpenEXR's hufUncompress functionality in OpenEXR/IlmImf/ImfHuf.cpp. This flaw allows an attacker who can submit a crafted file that is processed by OpenEXR, to trigger an integer overflow. The highest threat from this vulnerability is to system availability.Show less
5Debian
FedoraprojectLinux+2 more
23Build Of Quarkus
Codeready Linux BuilderCodeready Linux Builder Eus+20 more
Jun 17, 2026
Mar 4, 2022
N/A· v4
5.5 MEDIUM· v3
2.1 LOW· v2
A memory leak flaw was found in the Linux kernel in the ccp_run_aes_gcm_cmd() function in drivers/crypto/ccp/ccp-ops.c, which allows attackers to cause a denial of service (memory consumption). This vulnerability is simi...Show more
A memory leak flaw was found in the Linux kernel in the ccp_run_aes_gcm_cmd() function in drivers/crypto/ccp/ccp-ops.c, which allows attackers to cause a denial of service (memory consumption). This vulnerability is similar with the older CVE-2019-18808.Show less
3Cacti
DebianFedoraproject
3Cacti
Debian LinuxFedora
Jun 17, 2026
Mar 3, 2022
N/A· v4
9.8 CRITICAL· v3
6.8 MEDIUM· v2
Under certain ldap conditions, Cacti authentication can be bypassed with certain credential types.
5Canonical
DebianFedoraproject+2 more
12Debian Linux
FedoraH300e Firmware+9 more
Jun 17, 2026
Mar 3, 2022
N/A· v4
7.0 HIGH· v3
6.9 MEDIUM· v2
A flaw use-after-free in function sco_sock_sendmsg() of the Linux kernel HCI subsystem was found in the way user calls ioct UFFDIO_REGISTER or other way triggers race condition of the call sco_conn_del() together with th...Show more
A flaw use-after-free in function sco_sock_sendmsg() of the Linux kernel HCI subsystem was found in the way user calls ioct UFFDIO_REGISTER or other way triggers race condition of the call sco_conn_del() together with the call sco_sock_sendmsg() with the expected controllable faulting memory page. A privileged local user could use this flaw to crash the system or escalate their privileges on the system.Show less
4Debian
FedoraprojectLinux+1 more
6Communications Cloud Native Core Binding Support Function
Communications Cloud Native Core Network Exposure FunctionCommunications Cloud Native Core Policy+3 more
Jun 17, 2026
Mar 3, 2022
N/A· v4
4.4 MEDIUM· v3
3.6 LOW· v2
A memory leak flaw in the Linux kernel's hugetlbfs memory usage was found in the way the user maps some regions of memory twice using shmget() which are aligned to PUD alignment with the fault of some of the memory pages...Show more
A memory leak flaw in the Linux kernel's hugetlbfs memory usage was found in the way the user maps some regions of memory twice using shmget() which are aligned to PUD alignment with the fault of some of the memory pages. A local user could use this flaw to get unauthorized access to some data.Show less
4Debian
FedoraprojectOracle+1 more
5Debian Linux
FedoraHttp Server+2 more
Jun 17, 2026
Mar 3, 2022
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
Twisted is an event-based framework for internet applications, supporting Python 3.6+. Prior to 22.2.0, Twisted SSH client and server implement is able to accept an infinite amount of data for the peer's SSH version iden...Show more
Twisted is an event-based framework for internet applications, supporting Python 3.6+. Prior to 22.2.0, Twisted SSH client and server implement is able to accept an infinite amount of data for the peer's SSH version identifier. This ends up with a buffer using all the available memory. The attach is a simple as `nc -rv localhost 22 < /dev/zero`. A patch is available in version 22.2.0. There are currently no known workarounds.Show less