8 matches found
Code injection
Parallel::ForkManager module before 1.0.0 for Perl does not properly handle temporary files...
CVE-2011-4115
Parallel::ForkManager module before 1.0.0 for Perl does not properly handle temporary files...
CVE-2011-4115
CVE-2011-4115 affects the Perl Parallel::ForkManager module prior to 1.0.0, which does not properly handle temporary files. This can lead to insecure handling of temporary files and potential local file impact. The vulnerability is documented across multiple feeds (NVD entry for CVE-2011-4115 and...
OpenBSD http server - denial of service vulnerability(CVE-2017-5850)
No description provided by source. !/usr/bin/perl -w curl --limit-rate 1 --continue-at 1 --header "Host: www.example.com" http://target/10mb.fs use warnings; use IO::Socket; use Parallel::ForkManager; $numforks = 50; if $ARGV \n"; sub killhttpd print "ATTACKING $ARGV0 using $numforks forks\n"; $p...
Gentoo Security Advisory GLSA 201310-11
Gentoo Linux Local Security Checks GLSA 201310-11 SPDX-FileCopyrightText: 2015 Eero Volotinen Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later ifdescription...
GLSA-201310-11 : Perl Parallel-ForkManager Module: Insecure temporary file usage
The remote host is affected by the vulnerability described in GLSA-201310-11 Perl Parallel-ForkManager Module: Insecure temporary file usage The Perl Parallel-ForkManager module does not handle temporary files securely. Impact : A local attacker could perform symlink attacks to overwrite arbitrar...
Perl Parallel-ForkManager Module: Insecure temporary file usage
Background Parallel-ForkManager is a simple parallel processing fork manager for Perl. Description The Perl Parallel-ForkManager module does not handle temporary files securely. Impact A local attacker could perform symlink attacks to overwrite arbitrary files with the privileges of the user...
Apache httpd Remote Denial of Service (memory exhaustion)
No description provided by source. Apache httpd Remote Denial of Service memory exhaustion By Kingcope Year 2011 Will result in swapping memory to filesystem on the remote side plus killing of processes when running out of swap space. Remote System becomes unstable. use IO::Socket; use...