Vulnerabilities (CVE)

Filtered by vendor Mgetty Project Subscribe
Total 8 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2003-0517 1 Mgetty Project 1 Mgetty 2024-01-26 2.1 LOW 5.5 MEDIUM
faxrunqd.in in mgetty 1.1.28 and earlier allows local users to overwrite files via a symlink attack on JOB files.
CVE-2019-1010190 1 Mgetty Project 1 Mgetty 2023-12-10 4.3 MEDIUM 5.5 MEDIUM
mgetty prior to 1.2.1 is affected by: out-of-bounds read. The impact is: DoS, the program may crash if the memory is not mapped. The component is: putwhitespan() in g3/pbm2g3.c. The attack vector is: Local, the victim must open a specially crafted file. The fixed version is: 1.2.1.
CVE-2019-1010189 1 Mgetty Project 1 Mgetty 2023-12-10 4.3 MEDIUM 5.5 MEDIUM
mgetty prior to version 1.2.1 is affected by: Infinite Loop. The impact is: DoS, the program does never terminates. The component is: g3/g32pbm.c. The attack vector is: Local, the user should open a specially crafted file. The fixed version is: 1.2.1.
CVE-2018-16743 1 Mgetty Project 1 Mgetty 2023-12-10 4.6 MEDIUM 7.8 HIGH
An issue was discovered in mgetty before 1.2.1. In contrib/next-login/login.c, the command-line parameter username is passed unsanitized to strcpy(), which can cause a stack-based buffer overflow.
CVE-2018-16742 1 Mgetty Project 1 Mgetty 2023-12-10 4.6 MEDIUM 7.8 HIGH
An issue was discovered in mgetty before 1.2.1. In contrib/scrts.c, a stack-based buffer overflow can be triggered via a command-line parameter.
CVE-2018-16744 1 Mgetty Project 1 Mgetty 2023-12-10 4.6 MEDIUM 7.8 HIGH
An issue was discovered in mgetty before 1.2.1. In fax_notify_mail() in faxrec.c, the mail_to parameter is not sanitized. It could allow for command injection if untrusted input can reach it, because popen is used.
CVE-2018-16745 1 Mgetty Project 1 Mgetty 2023-12-10 4.6 MEDIUM 7.8 HIGH
An issue was discovered in mgetty before 1.2.1. In fax_notify_mail() in faxrec.c, the mail_to parameter is not sanitized. It could allow a buffer overflow if long untrusted input can reach it.
CVE-2018-16741 2 Debian, Mgetty Project 2 Debian Linux, Mgetty 2023-12-10 7.2 HIGH 7.8 HIGH
An issue was discovered in mgetty before 1.2.1. In fax/faxq-helper.c, the function do_activate() does not properly sanitize shell metacharacters to prevent command injection. It is possible to use the ||, &&, or > characters within a file created by the "faxq-helper activate <jobid>" command.