The Point-to-Point Protocol (PPP) provides a standard way to establish a network connection over a serial link. At present, this package supports IP and IPV6 and the protocols layered above them, such as TCP and UDP. The Linux port of this package also has support for IPX.
Security Fix(es):
The code in pppd that formats a response to a PEAP Request packet in peap_response() copies an entire TLS record of up to 16384 bytes into the fixed global buffer outpacket_buf without checking the available space and without implementing outgoing PEAP fragmentation. Thus a pppd process connecting to a server which requests PEAP authentication can be induced to corrupt global static data following the outpacket_buf array, most likely causing incorrect behavior or a crash.(CVE-2026-75883)
{
"severity": "Medium"
}{
"aarch64": [
"ppp-2.5.0-6.oe2403sp4.aarch64.rpm",
"ppp-debuginfo-2.5.0-6.oe2403sp4.aarch64.rpm",
"ppp-debugsource-2.5.0-6.oe2403sp4.aarch64.rpm",
"ppp-devel-2.5.0-6.oe2403sp4.aarch64.rpm"
],
"noarch": [
"ppp-help-2.5.0-6.oe2403sp4.noarch.rpm"
],
"src": [
"ppp-2.5.0-6.oe2403sp4.src.rpm"
],
"x86_64": [
"ppp-2.5.0-6.oe2403sp4.x86_64.rpm",
"ppp-debuginfo-2.5.0-6.oe2403sp4.x86_64.rpm",
"ppp-debugsource-2.5.0-6.oe2403sp4.x86_64.rpm",
"ppp-devel-2.5.0-6.oe2403sp4.x86_64.rpm"
]
}