Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2020-8597: pppd: Fix bounds check in EAP code · ppp-project/ppp@8d7970b

eap.c in pppd in ppp 2.4.2 through 2.4.8 has an rhostname buffer overflow in the eap_request and eap_response functions.

CVE
#buffer_overflow

Expand Up @@ -1420,7 +1420,7 @@ int len; }
/* Not so likely to happen. */ if (vallen >= len + sizeof (rhostname)) { if (len - vallen >= sizeof (rhostname)) { dbglog(“EAP: trimming really long peer name down”); BCOPY(inp + vallen, rhostname, sizeof (rhostname) - 1); rhostname[sizeof (rhostname) - 1] = '\0’; Expand Down Expand Up @@ -1846,7 +1846,7 @@ int len; }
/* Not so likely to happen. */ if (vallen >= len + sizeof (rhostname)) { if (len - vallen >= sizeof (rhostname)) { dbglog(“EAP: trimming really long peer name down”); BCOPY(inp + vallen, rhostname, sizeof (rhostname) - 1); rhostname[sizeof (rhostname) - 1] = '\0’; Expand Down

Related news

CVE-2022-29855: Security Advisories

Mitel 6800 and 6900 Series SIP phone devices through 2022-04-27 have "undocumented functionality." A vulnerability in Mitel 6800 Series and 6900 Series SIP phones excluding 6970, versions 5.1 SP8 (5.1.0.8016) and earlier, and 6.0 (6.0.0.368) through 6.1 HF4 (6.1.0.165), could allow a unauthenticated attacker with physical access to the phone to gain root access due to insufficient access control for test functionality during system startup. A successful exploit could allow access to sensitive information and code execution.

CVE-2022-29855: Security Advisories

Mitel 6800 and 6900 Series SIP phone devices through 2022-04-27 have "undocumented functionality." A vulnerability in Mitel 6800 Series and 6900 Series SIP phones excluding 6970, versions 5.1 SP8 (5.1.0.8016) and earlier, and 6.0 (6.0.0.368) through 6.1 HF4 (6.1.0.165), could allow a unauthenticated attacker with physical access to the phone to gain root access due to insufficient access control for test functionality during system startup. A successful exploit could allow access to sensitive information and code execution.

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907