Lucene search
+L
GentooRecent

3852 matches found

Gentoo Linux
Gentoo Linux
•added 2005/09/30 12:00 a.m.•27 views

Hylafax: Insecure temporary file creation in xferfaxstats script

Background Hylafax is a client-server fax package for class 1 and 2 fax modems. Description Javier Fernandez-Sanguino has discovered that xferfaxstats cron script supplied by Hylafax insecurely creates temporary files with predictable filenames. Impact A local attacker could create symbolic links...

2.1CVSS6.1AI score0.00383EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/09/30 12:00 a.m.•38 views

AbiWord: RTF import stack-based buffer overflow

Background AbiWord is a free and cross-platform word processing program. It allows to import RTF files into AbiWord documents. Description Chris Evans discovered that the RTF import function in AbiWord is vulnerable to a stack-based buffer overflow. Impact An attacker could design a malicious RTF...

7.5CVSS7.1AI score0.04595EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/09/27 12:00 a.m.•36 views

PHP: Vulnerabilities in included PCRE and XML-RPC libraries

Background PHP is a general-purpose scripting language widely used to develop web-based applications. It can run inside a web server using the modphp module or the CGI version of PHP, or can run stand-alone in a CLI. Description PHP makes use of a private copy of libpcre which is subject to an...

7.5CVSS7.4AI score0.05091EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/09/26 12:00 a.m.•44 views

Qt: Buffer overflow in the included zlib library

Background Qt is a cross-platform GUI toolkit used by KDE. Description Qt links to a bundled vulnerable version of zlib when emerged with the zlib USE-flag disabled. This may lead to a buffer overflow. Impact By creating a specially crafted compressed data stream, attackers can overwrite data...

7.5CVSS9.8AI score0.05627EPSS
SaveExploits3
Gentoo Linux
Gentoo Linux
•added 2005/09/24 12:00 a.m.•37 views

Mantis: XSS and SQL injection vulnerabilities

Background Mantis is a web-based bugtracking system written in PHP. Description Mantis fails to properly sanitize untrusted input before using it. This leads to an SQL injection and several cross-site scripting vulnerabilities. Impact An attacker could possibly use the SQL injection vulnerability...

7.5CVSS7.3AI score0.02576EPSS
SaveExploits2
Gentoo Linux
Gentoo Linux
•added 2005/09/24 12:00 a.m.•41 views

Webmin, Usermin: Remote code execution through PAM authentication

Background Webmin and Usermin are web-based system administration consoles. Webmin allows an administrator to easily configure servers and other features. Usermin allows users to configure their own accounts, execute commands, and read e-mails. Description Keigo Yamazaki discovered that the...

7.5CVSS7AI score0.04127EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/09/20 12:00 a.m.•45 views

Zebedee: Denial of Service vulnerability

Background Zebedee is an application that establishes an encrypted, compressed tunnel for TCP/IP or UDP data transfer between two systems. Description "Shiraishi.M" reported that Zebedee crashes when "0" is received as the port number in the protocol option header. Impact By performing malformed...

5CVSS6.4AI score0.07124EPSS
SaveExploits2
Gentoo Linux
Gentoo Linux
•added 2005/09/20 12:00 a.m.•37 views

util-linux: umount command validation error

Background util-linux is a suite of useful Linux programs including umount, a program used to unmount filesystems. Description When a regular user mounts a filesystem, they are subject to restrictions in the /etc/fstab configuration file. David Watson discovered that when unmounting a filesystem...

7.2CVSS6.9AI score0.00426EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/09/19 12:00 a.m.•66 views

Apache, mod_ssl: Multiple vulnerabilities

Background The Apache HTTP server is one of the most popular web servers on the Internet. modssl provides SSL v2/v3 and TLS v1 support for Apache 1.3 and is also included in Apache 2. Description modssl contains a security issue when "SSLVerifyClient optional" is configured in the global virtual...

10CVSS9.5AI score0.30576EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/09/19 12:00 a.m.•35 views

Clam AntiVirus: Multiple vulnerabilities

Background Clam AntiVirus is a GPL anti-virus toolkit, designed for integration with mail servers to perform attachment scanning. Clam AntiVirus also provides a command line scanner and a tool for fetching updates of the virus database. Description Clam AntiVirus is vulnerable to a buffer overflo...

7.5CVSS7.6AI score0.08227EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/09/18 12:00 a.m.•31 views

Mozilla Suite, Mozilla Firefox: Multiple vulnerabilities

Background The Mozilla Suite is a popular all-in-one web browser that includes a mail and news reader. Mozilla Firefox is the next-generation browser from the Mozilla project. Gecko is the layout engine used in both products. Description The Mozilla Suite and Firefox are both vulnerable to the...

7.5CVSS7.9AI score0.21112EPSS
SaveExploits3
Gentoo Linux
Gentoo Linux
•added 2005/09/17 12:00 a.m.•26 views

Mailutils: Format string vulnerability in imap4d

Background The GNU Mailutils are a collection of mail-related utilities, including an IMAP4 server imap4d. Description The imap4d server contains a format string bug in the handling of IMAP SEARCH requests. Impact An authenticated IMAP user could exploit the format string error in imap4d to execu...

7.5CVSS7.2AI score0.14567EPSS
SaveExploits4
Gentoo Linux
Gentoo Linux
•added 2005/09/17 12:00 a.m.•59 views

Py2Play: Remote execution of arbitrary Python code

Background Py2Play is a peer-to-peer network game engine written in Python. Pickling is a Python feature allowing to serialize Python objects into string representations called pickles that can be sent over the network. Description Arc Riley discovered that Py2Play uses Python pickles to send...

7.5CVSS6.8AI score0.01906EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/09/12 12:00 a.m.•45 views

X.Org: Heap overflow in pixmap allocation

Background X.Org is X.Org Foundation's Public Implementation of the X Window System. Description X.Org is missing an integer overflow check during pixmap memory allocation. Impact An X.Org user could exploit this issue to make the X server execute arbitrary code with elevated privileges. Workarou...

5.1CVSS7.5AI score0.03923EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/09/12 12:00 a.m.•43 views

Python: Heap overflow in the included PCRE library

Background Python is an interpreted, interactive, object-oriented, cross-platform programming language. The "re" Python module provides regular expression functions. Description The "re" Python module makes use of a private copy of libpcre which is subject to an integer overflow leading to a heap...

7.5CVSS7.3AI score0.04344EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/09/07 12:00 a.m.•32 views

Squid: Denial of Service vulnerabilities

Background Squid is a full-featured Web proxy cache designed to run on Unix-like systems. It supports proxying and caching of HTTP, FTP, and other protocols, as well as SSL support, cache hierarchies, transparent caching, access control lists and many more features. Description Certain malformed...

5CVSS6.3AI score0.07829EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/09/06 12:00 a.m.•44 views

Net-SNMP: Insecure RPATH

Background Net-SNMP is a suite of applications used to implement the Simple Network Management Protocol. Description James Cloos reported that Perl modules from the Net-SNMP package look for libraries in an untrusted location. This is due to a flaw in the Gentoo package, and not the Net-SNMP suit...

4.6CVSS6.7AI score0.00371EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/09/06 12:00 a.m.•45 views

phpLDAPadmin: Authentication bypass

Background phpLDAPadmin is a web-based LDAP client allowing to easily manage LDAP servers. Description Alexander Gerasiov discovered a flaw in login.php preventing the application from validating whether anonymous bind has been disabled in the target LDAP server configuration. Impact Anonymous...

7.5CVSS6.4AI score0.01776EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/09/05 12:00 a.m.•58 views

OpenTTD: Format string vulnerabilities

Background OpenTTD is an open source clone of the simulation game "Transport Tycoon Deluxe" by Microprose. Description Alexey Dobriyan discovered several format string vulnerabilities in OpenTTD. Impact A remote attacker could exploit these vulnerabilities to crash the OpenTTD server or client an...

7.5CVSS7.5AI score0.02916EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/09/03 12:00 a.m.•42 views

Gnumeric: Heap overflow in the included PCRE library

Background The Gnumeric spreadsheet is a versatile application developed as part of the GNOME Office project. libpcre is a library providing functions for Perl-compatible regular expressions. Description Gnumeric contains a private copy of libpcre which is subject to an integer overflow leading t...

7.5CVSS7.3AI score0.04344EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/09/01 12:00 a.m.•36 views

MPlayer: Heap overflow in ad_pcm.c

Background MPlayer is a media player capable of handling multiple multimedia file formats. Description Sven Tantau discovered a heap overflow in the code handling the strf chunk of PCM audio streams. Impact An attacker could craft a malicious video or audio file which, when opened using MPlayer,...

7.5CVSS7AI score0.03257EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/08/31 12:00 a.m.•45 views

phpWebSite: Arbitrary command execution through XML-RPC and SQL injection

Background phpWebSite is a web site content management system. Description phpWebSite uses an XML-RPC library that improperly handles XML-RPC requests and responses with malformed nested tags. Furthermore, "matrixkiller" reported that phpWebSite is vulnerable to an SQL injection attack. Impact A...

7.5CVSS7.6AI score0.05091EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/08/31 12:00 a.m.•53 views

pam_ldap: Authentication bypass vulnerability

Background pamldap is a Pluggable Authentication Module which allows authentication against LDAP directories. Description When a pamldap client attempts to authenticate against an LDAP server that omits the optional error value from the PasswordPolicyResponseValue, the authentication attempt will...

7.5CVSS6.7AI score0.03645EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/08/30 12:00 a.m.•23 views

lm_sensors: Insecure temporary file creation

Background lmsensors is a software package that provides drivers for monitoring the temperatures, voltages, and fans of Linux systems with hardware monitoring devices. Description Javier Fernandez-Sanguino Pena has discovered that lmsensors insecurely creates temporary files with predictable...

2.1CVSS6.1AI score0.00426EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/08/30 12:00 a.m.•44 views

phpGroupWare: Multiple vulnerabilities

Background phpGroupWare is a multi-user groupware suite written in PHP. Description phpGroupWare improperly validates the "mid" parameter retrieved via a forum post. The current version of phpGroupWare also adds several safeguards to prevent XSS issues, and disables the use of a potentially...

7.5CVSS6.5AI score0.05091EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/08/26 12:00 a.m.•39 views

PhpWiki: Arbitrary command execution through XML-RPC

Background PhpWiki is an application that creates a web site where anyone can edit the pages through HTML forms. Description Earlier versions of PhpWiki contain an XML-RPC library that improperly handles XML-RPC requests and responses with malformed nested tags. Impact A remote attacker could...

7.5CVSS6.5AI score0.05091EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/08/25 12:00 a.m.•47 views

Apache 2.0: Denial of Service vulnerability

Background The Apache HTTP Server Project is a featureful, freely-available HTTP Web server. Description Filip Sneppe discovered that Apache improperly handles byterange requests to CGI scripts. Impact A remote attacker may access vulnerable scripts in a malicious way, exhausting all RAM and swap...

5CVSS9AI score0.10976EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/08/25 12:00 a.m.•42 views

Tor: Information disclosure

Background Tor is an implementation of second generation Onion Routing, a connection-oriented anonymizing communication service. Description The Diffie-Hellman implementation of Tor fails to verify the cryptographic strength of keys which are used during handshakes. Impact By setting up a malicio...

5CVSS6.3AI score0.01247EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/08/25 12:00 a.m.•64 views

libpcre: Heap integer overflow

Background libpcre is a library providing functions for Perl-compatible regular expressions. Description libpcre fails to check certain quantifier values in regular expressions for sane values. Impact An attacker could possibly exploit this vulnerability to execute arbitrary code by sending...

7.5CVSS7.3AI score0.04344EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/08/24 12:00 a.m.•50 views

PEAR XML-RPC, phpxmlrpc: New PHP script injection vulnerability

Background The PEAR XML-RPC and phpxmlrpc libraries are both PHP implementations of the XML-RPC protocol. Description Stefan Esser of the Hardened-PHP Project discovered that the PEAR XML-RPC and phpxmlrpc libraries were improperly handling XMLRPC requests and responses with malformed nested tags...

7.5CVSS6.7AI score0.05091EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/08/24 12:00 a.m.•58 views

TikiWiki, eGroupWare: Arbitrary command execution through XML-RPC

Background TikiWiki is a full featured Free Software Wiki, CMS and Groupware written in PHP. eGroupWare is a web-based collaboration software suite. Both TikiWiki and eGroupWare include a PHP library to handle XML-RPC requests. Description The XML-RPC library shipped in TikiWiki and eGroupWare...

7.5CVSS6.6AI score0.05091EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/08/23 12:00 a.m.•26 views

Evolution: Format string vulnerabilities

Background Evolution is a GNOME groupware application. Description Ulf Harnhammar discovered that Evolution is vulnerable to format string bugs when viewing attached vCards and when displaying contact information from remote LDAP servers or task list data from remote servers CAN-2005-2549. He als...

7.5CVSS7AI score0.04426EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/08/19 12:00 a.m.•48 views

Kismet: Multiple vulnerabilities

Background Kismet is an 802.11 Layer 2 wireless network detector, sniffer, and intrusion detection system. Description Kismet is vulnerable to a heap overflow when handling pcap captures and to an integer underflow in the CDP protocol dissector. Impact With a specially crafted packet an attacker...

10CVSS7.4AI score0.04733EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/08/19 12:00 a.m.•37 views

Adobe Reader: Buffer Overflow

Background Adobe Reader is a utility used to view PDF files. Description A buffer overflow has been reported within a core application plug-in, which is part of Adobe Reader. Impact An attacker may create a specially-crafted PDF file, enticing a user to open it. This could trigger a buffer overfl...

7.5CVSS7AI score0.13245EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/08/17 12:00 a.m.•40 views

bluez-utils: Bluetooth device name validation vulnerability

Background bluez-utils are the utilities for use with the BlueZ implementation of the Bluetooth wireless standards for Linux. Description The name of a Bluetooth device is improperly validated by the hcid utility when a remote device attempts to pair itself with a computer. Impact An attacker cou...

7.5CVSS6.6AI score0.024EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/08/16 12:00 a.m.•45 views

AWStats: Arbitrary code execution using malicious Referrer information

Background AWStats is an advanced log file analyzer and statistics generator. In HTTP reports it parses Referrer information in order to display the most common Referrer values that caused users to visit the website. Description When using a URLPlugin, AWStats fails to sanitize Referrer URL data...

5CVSS6.7AI score0.03004EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/08/16 12:00 a.m.•29 views

Xpdf, Kpdf, GPdf: Denial of Service vulnerability

Background Xpdf, Kpdf and GPdf are PDF file viewers that run under the X Window System. Kpdf and GPdf both contain Xpdf code. Kpdf is also part of kdegraphics. Description Xpdf, Kpdf and GPdf do not handle a broken table of embedded TrueType fonts correctly. After detecting such a table, Xpdf, Kp...

2.1CVSS6.2AI score0.00429EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/08/15 12:00 a.m.•48 views

Gaim: Remote execution of arbitrary code

Background Gaim is a full featured instant messaging client which handles a variety of instant messaging protocols. Description Brandon Perry discovered that Gaim is vulnerable to a heap-based buffer overflow when handling away messages CAN-2005-2103. Furthermore, Daniel Atallah discovered a...

9.8CVSS7AI score0.16055EPSS
SaveExploits1
Gentoo Linux
Gentoo Linux
•added 2005/08/07 12:00 a.m.•29 views

Heartbeat: Insecure temporary file creation

Background Heartbeat is a component of the High-Availability Linux project. It it used to perform death-of-node detection, communications and cluster management. Description Eric Romang has discovered that Heartbeat insecurely creates temporary files with predictable filenames. Impact A local...

2.1CVSS6.1AI score0.00358EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/08/05 12:00 a.m.•25 views

Netpbm: Arbitrary code execution in pstopnm

Background Netpbm is a package of 220 graphics programs and a programming libraries, including pstopnm. pstopnm is a tool which converts PostScript files to PNM image files. Description Max Vozeler reported that pstopnm calls the GhostScript interpreter on untrusted PostScript files without...

7.5CVSS6.7AI score0.03741EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/08/02 12:00 a.m.•34 views

nbSMTP: Format string vulnerability

Background nbSMTP is an SMTP client suitable to run in chroot jails, in embedded systems, laptops and workstations. Description Niels Heinen discovered a format string vulnerability. Impact An attacker can setup a malicious SMTP server and exploit this vulnerability to execute arbitrary code with...

7.5CVSS7.3AI score0.09939EPSS
SaveExploits1
Gentoo Linux
Gentoo Linux
•added 2005/08/01 12:00 a.m.•23 views

ProFTPD: Format string vulnerabilities

Background ProFTPD is a configurable GPL-licensed FTP server software. Description "infamous42md" reported that ProFTPD is vulnerable to format string vulnerabilities when displaying a shutdown message containing the name of the current directory, and when displaying response messages to the clie...

6.4CVSS6.9AI score0.09198EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/08/01 12:00 a.m.•45 views

Compress::Zlib: Buffer overflow

Background The Compress::Zlib is a Perl module which provides an interface to the zlib compression library. Description Compress::Zlib 1.34 contains a local vulnerable version of zlib, which may lead to a buffer overflow. Impact By creating a specially crafted compressed data stream, attackers ca...

7.5CVSS9.7AI score0.05627EPSS
SaveExploits3
Gentoo Linux
Gentoo Linux
•added 2005/07/31 12:00 a.m.•43 views

pstotext: Remote execution of arbitrary code

Background pstotext is a program that works with GhostScript to extract plain text from PostScript and PDF files. Description Max Vozeler reported that pstotext calls the GhostScript interpreter on untrusted PostScript files without specifying the -dSAFER option. Impact An attacker could craft a...

7.5CVSS6.7AI score0.02336EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/07/30 12:00 a.m.•40 views

AMD64 x86 emulation base libraries: Buffer overflow

Background The x86 emulation base libraries for AMD64 emulate the x86 32-bit architecture on the AMD64 64-bit architecture. Description Earlier versions of emul-linux-x86-baselibs contain a vulnerable version of zlib, which may lead to a buffer overflow. Impact By creating a specially crafted...

7.5CVSS9.8AI score0.05627EPSS
SaveExploits3
Gentoo Linux
Gentoo Linux
•added 2005/07/28 12:00 a.m.•37 views

Ethereal: Multiple vulnerabilities

Background Ethereal is a feature-rich network protocol analyzer. Description There are numerous vulnerabilities in versions of Ethereal prior to 0.10.12, including: The SMB dissector could overflow a buffer or exhaust memory CAN-2005-2365. iDEFENSE discovered that several dissectors are vulnerabl...

7.5CVSS7.7AI score0.06143EPSS
SaveExploits1
Gentoo Linux
Gentoo Linux
•added 2005/07/27 12:00 a.m.•42 views

GNU Gadu, CenterICQ, Kadu, EKG, libgadu: Remote code execution in Gadu library

Background GNU Gadu, CenterICQ, Kadu and EKG are instant messaging applications created to support Gadu Gadu instant messaging protocol. libgadu is a library that implements the client side of the Gadu-Gadu protocol. Description GNU Gadu, CenterICQ, Kadu, EKG and libgadu are vulnerable to an...

7.5CVSS7.4AI score0.04703EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/07/26 12:00 a.m.•19 views

Mozilla Suite: Multiple vulnerabilities

Background The Mozilla Suite is an all-in-one Internet application suite including a web browser, an advanced e-mail and newsgroup client, IRC client and HTML editor. Description The following vulnerabilities were found and fixed in the Mozilla Suite: "mozbugra4" and "shutdown" discovered that th...

7.6AI score
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/07/26 12:00 a.m.•27 views

Clam AntiVirus: Integer overflows

Background Clam AntiVirus is a GPL anti-virus toolkit, designed for integration with mail servers to perform attachment scanning. Clam AntiVirus also provides a command line scanner and a tool for fetching updates of the virus database. Description Neel Mehta and Alex Wheeler discovered that Clam...

7.5CVSS7.3AI score0.03877EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
•added 2005/07/25 12:00 a.m.•37 views

sandbox: Insecure temporary file handling

Background sandbox is a Gentoo Linux utility used by the Portage package management system. Description The Gentoo Linux Security Audit Team discovered that the sandbox utility was vulnerable to multiple TOCTOU Time of Check, Time of Use file creation race conditions. Impact Local users may be ab...

1.2CVSS6.6AI score0.00304EPSS
SaveExploits0
Total number of security vulnerabilities3852