CWE-121

Stack-based Buffer Overflow

A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).

CVE-2020-9725 (GCVE-0-2020-9725)

Vulnerability from cvelistv5 – Published: 2020-09-10 18:35 – Updated: 2024-09-17 03:07
VLAI
Title
FrameMaker File Parsing Stack-based Buffer Overflow
Summary
Adobe FrameMaker version 2019.0.6 (and earlier versions) lacks proper validation of the length of user-supplied data prior to copying it to a fixed-length stack-based buffer. This could be exploited to execute arbitrary code with the privileges of the current user. User interaction is required to exploit this vulnerability in that the target must open a malicious FrameMaker file.
CWE
  • CWE-121 - Stack-based Buffer Overflow (CWE-121)
Assigner
References
Impacted products
Vendor Product Version
Adobe FrameMaker Affected: unspecified , ≤ 2019.0.6 (custom)
Affected: unspecified , ≤ None (custom)
Create a notification for this product.
Date Public
2020-09-08 00:00
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-04T10:43:04.574Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_refsource_MISC",
              "x_transferred"
            ],
            "url": "https://helpx.adobe.com/security/products/framemaker/apsb20-54.html"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "FrameMaker",
          "vendor": "Adobe",
          "versions": [
            {
              "lessThanOrEqual": "2019.0.6",
              "status": "affected",
              "version": "unspecified",
              "versionType": "custom"
            },
            {
              "lessThanOrEqual": "None",
              "status": "affected",
              "version": "unspecified",
              "versionType": "custom"
            }
          ]
        }
      ],
      "datePublic": "2020-09-08T00:00:00.000Z",
      "descriptions": [
        {
          "lang": "en",
          "value": "Adobe FrameMaker version 2019.0.6 (and earlier versions) lacks proper validation of the length of user-supplied data prior to copying it to a fixed-length stack-based buffer. This could be exploited to execute arbitrary code with the privileges of the current user. User interaction is required to exploit this vulnerability in that the target must open a malicious FrameMaker file."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-121",
              "description": "Stack-based Buffer Overflow (CWE-121)",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2020-09-10T18:35:57.000Z",
        "orgId": "078d4453-3bcd-4900-85e6-15281da43538",
        "shortName": "adobe"
      },
      "references": [
        {
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://helpx.adobe.com/security/products/framemaker/apsb20-54.html"
        }
      ],
      "source": {
        "discovery": "EXTERNAL"
      },
      "title": "FrameMaker File Parsing Stack-based Buffer Overflow",
      "x_legacyV4Record": {
        "CVE_data_meta": {
          "ASSIGNER": "psirt@adobe.com",
          "DATE_PUBLIC": "2020-09-08T23:00:00.000Z",
          "ID": "CVE-2020-9725",
          "STATE": "PUBLIC",
          "TITLE": "FrameMaker File Parsing Stack-based Buffer Overflow"
        },
        "affects": {
          "vendor": {
            "vendor_data": [
              {
                "product": {
                  "product_data": [
                    {
                      "product_name": "FrameMaker",
                      "version": {
                        "version_data": [
                          {
                            "version_affected": "\u003c=",
                            "version_value": "2019.0.6"
                          },
                          {
                            "version_affected": "\u003c=",
                            "version_value": "None"
                          },
                          {
                            "version_affected": "\u003c=",
                            "version_value": "None"
                          },
                          {
                            "version_affected": "\u003c=",
                            "version_value": "None"
                          }
                        ]
                      }
                    }
                  ]
                },
                "vendor_name": "Adobe"
              }
            ]
          }
        },
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "lang": "eng",
              "value": "Adobe FrameMaker version 2019.0.6 (and earlier versions) lacks proper validation of the length of user-supplied data prior to copying it to a fixed-length stack-based buffer. This could be exploited to execute arbitrary code with the privileges of the current user. User interaction is required to exploit this vulnerability in that the target must open a malicious FrameMaker file."
            }
          ]
        },
        "impact": {
          "cvss": {
            "attackComplexity": "Low",
            "attackVector": "Local",
            "availabilityImpact": "High",
            "baseScore": 7.8,
            "baseSeverity": "High",
            "confidentialityImpact": "High",
            "integrityImpact": "High",
            "privilegesRequired": "None",
            "scope": "Unchanged",
            "userInteraction": "Required",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          }
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "eng",
                  "value": "Stack-based Buffer Overflow (CWE-121)"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "https://helpx.adobe.com/security/products/framemaker/apsb20-54.html",
              "refsource": "MISC",
              "url": "https://helpx.adobe.com/security/products/framemaker/apsb20-54.html"
            }
          ]
        },
        "source": {
          "discovery": "EXTERNAL"
        }
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "078d4453-3bcd-4900-85e6-15281da43538",
    "assignerShortName": "adobe",
    "cveId": "CVE-2020-9725",
    "datePublished": "2020-09-10T18:35:57.974Z",
    "dateReserved": "2020-03-02T00:00:00.000Z",
    "dateUpdated": "2024-09-17T03:07:09.079Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1"
}

CVE-2020-9748 (GCVE-0-2020-9748)

Vulnerability from cvelistv5 – Published: 2020-10-21 20:01 – Updated: 2024-09-17 04:19
VLAI
Title
Stack overflow vulnerability in Adobe Animate 20.5
Summary
Adobe Animate version 20.5 (and earlier) is affected by a stack overflow vulnerability, which could lead to arbitrary code execution in the context of the current user. Exploitation requires user interaction in that a victim must open a crafted .fla file in Animate.
CWE
  • CWE-121 - Stack-based Buffer Overflow (CWE-121)
Assigner
References
Impacted products
Vendor Product Version
Adobe Animate Affected: unspecified , ≤ 20.5 (custom)
Affected: unspecified , ≤ None (custom)
Create a notification for this product.
Date Public
2020-10-20 00:00
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-04T10:43:04.647Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_refsource_MISC",
              "x_transferred"
            ],
            "url": "https://helpx.adobe.com/security/products/animate/apsb20-61.html"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "Animate",
          "vendor": "Adobe",
          "versions": [
            {
              "lessThanOrEqual": "20.5",
              "status": "affected",
              "version": "unspecified",
              "versionType": "custom"
            },
            {
              "lessThanOrEqual": "None",
              "status": "affected",
              "version": "unspecified",
              "versionType": "custom"
            }
          ]
        }
      ],
      "datePublic": "2020-10-20T00:00:00.000Z",
      "descriptions": [
        {
          "lang": "en",
          "value": "Adobe Animate version 20.5 (and earlier) is affected by a stack overflow vulnerability, which could lead to arbitrary code execution in the context of the current user. Exploitation requires user interaction in that a victim must open a crafted .fla file in Animate."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-121",
              "description": "Stack-based Buffer Overflow (CWE-121)",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2020-10-21T20:01:25.000Z",
        "orgId": "078d4453-3bcd-4900-85e6-15281da43538",
        "shortName": "adobe"
      },
      "references": [
        {
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://helpx.adobe.com/security/products/animate/apsb20-61.html"
        }
      ],
      "source": {
        "discovery": "EXTERNAL"
      },
      "title": "Stack overflow vulnerability in Adobe Animate 20.5",
      "x_legacyV4Record": {
        "CVE_data_meta": {
          "ASSIGNER": "psirt@adobe.com",
          "DATE_PUBLIC": "2020-10-20T23:00:00.000Z",
          "ID": "CVE-2020-9748",
          "STATE": "PUBLIC",
          "TITLE": "Stack overflow vulnerability in Adobe Animate 20.5"
        },
        "affects": {
          "vendor": {
            "vendor_data": [
              {
                "product": {
                  "product_data": [
                    {
                      "product_name": "Animate",
                      "version": {
                        "version_data": [
                          {
                            "version_affected": "\u003c=",
                            "version_value": "20.5"
                          },
                          {
                            "version_affected": "\u003c=",
                            "version_value": "None"
                          },
                          {
                            "version_affected": "\u003c=",
                            "version_value": "None"
                          },
                          {
                            "version_affected": "\u003c=",
                            "version_value": "None"
                          }
                        ]
                      }
                    }
                  ]
                },
                "vendor_name": "Adobe"
              }
            ]
          }
        },
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "lang": "eng",
              "value": "Adobe Animate version 20.5 (and earlier) is affected by a stack overflow vulnerability, which could lead to arbitrary code execution in the context of the current user. Exploitation requires user interaction in that a victim must open a crafted .fla file in Animate."
            }
          ]
        },
        "impact": {
          "cvss": {
            "attackComplexity": "Low",
            "attackVector": "Local",
            "availabilityImpact": "High",
            "baseScore": 7.8,
            "baseSeverity": "High",
            "confidentialityImpact": "High",
            "integrityImpact": "High",
            "privilegesRequired": "None",
            "scope": "Unchanged",
            "userInteraction": "Required",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          }
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "eng",
                  "value": "Stack-based Buffer Overflow (CWE-121)"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "https://helpx.adobe.com/security/products/animate/apsb20-61.html",
              "refsource": "MISC",
              "url": "https://helpx.adobe.com/security/products/animate/apsb20-61.html"
            }
          ]
        },
        "source": {
          "discovery": "EXTERNAL"
        }
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "078d4453-3bcd-4900-85e6-15281da43538",
    "assignerShortName": "adobe",
    "cveId": "CVE-2020-9748",
    "datePublished": "2020-10-21T20:01:25.675Z",
    "dateReserved": "2020-03-02T00:00:00.000Z",
    "dateUpdated": "2024-09-17T04:19:13.737Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1"
}

CVE-2021-0276 (GCVE-0-2021-0276)

Vulnerability from cvelistv5 – Published: 2021-07-15 20:00 – Updated: 2024-09-16 19:00
VLAI
Title
Steel-Belted Radius Carrier Edition: Remote code execution vulnerability when EAP Authentication is configured.
Summary
A stack-based Buffer Overflow vulnerability in Juniper Networks SBR Carrier with EAP (Extensible Authentication Protocol) authentication configured, allows an attacker sending specific packets causing the radius daemon to crash resulting with a Denial of Service (DoS) or leading to remote code execution (RCE). By continuously sending this specific packets, an attacker can repeatedly crash the radius daemon, causing a sustained Denial of Service (DoS). This issue affects Juniper Networks SBR Carrier: 8.4.1 versions prior to 8.4.1R19; 8.5.0 versions prior to 8.5.0R10; 8.6.0 versions prior to 8.6.0R4.
CWE
  • CWE-121 - Stack-based Buffer Overflow
Assigner
References
URL Tags
https://kb.juniper.net/JSA11180 x_refsource_CONFIRM
Impacted products
Vendor Product Version
Juniper Networks SBR Carrier Affected: 8.4.1 , < 8.4.1R19 (custom)
Affected: 8.5.0 , < 8.5.0R10 (custom)
Affected: 8.6.0 , < 8.6.0R4 (custom)
Create a notification for this product.
Date Public
2021-07-14 00:00
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-03T15:32:10.546Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_refsource_CONFIRM",
              "x_transferred"
            ],
            "url": "https://kb.juniper.net/JSA11180"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "SBR Carrier",
          "vendor": "Juniper Networks",
          "versions": [
            {
              "lessThan": "8.4.1R19",
              "status": "affected",
              "version": "8.4.1",
              "versionType": "custom"
            },
            {
              "lessThan": "8.5.0R10",
              "status": "affected",
              "version": "8.5.0",
              "versionType": "custom"
            },
            {
              "lessThan": "8.6.0R4",
              "status": "affected",
              "version": "8.6.0",
              "versionType": "custom"
            }
          ]
        }
      ],
      "configurations": [
        {
          "lang": "en",
          "value": "This issue affects SBR Carrier with EAP authentication configured only when using Enhanced EAP Logging and TraceLevel setting of 2.\n\n  \u003cSBR_Installed_Directory\u003e/JNPRsbr/radius/radius.ini\n  [Logging]\n  LogLevel=2\n  TraceLevel=2\n  EnhancedEAPLogging = yes"
        }
      ],
      "datePublic": "2021-07-14T00:00:00.000Z",
      "descriptions": [
        {
          "lang": "en",
          "value": "A stack-based Buffer Overflow vulnerability in Juniper Networks SBR Carrier with EAP (Extensible Authentication Protocol) authentication configured, allows an attacker sending specific packets causing the radius daemon to crash resulting with a Denial of Service (DoS) or leading to remote code execution (RCE). By continuously sending this specific packets, an attacker can repeatedly crash the radius daemon, causing a sustained Denial of Service (DoS). This issue affects Juniper Networks SBR Carrier: 8.4.1 versions prior to 8.4.1R19; 8.5.0 versions prior to 8.5.0R10; 8.6.0 versions prior to 8.6.0R4."
        }
      ],
      "exploits": [
        {
          "lang": "en",
          "value": "Juniper SIRT is not aware of any malicious exploitation of this vulnerability."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-121",
              "description": "CWE-121 Stack-based Buffer Overflow",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2021-07-15T20:00:45.000Z",
        "orgId": "8cbe9d5a-a066-4c94-8978-4b15efeae968",
        "shortName": "juniper"
      },
      "references": [
        {
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://kb.juniper.net/JSA11180"
        }
      ],
      "solutions": [
        {
          "lang": "en",
          "value": "The following software releases have been updated to resolve this specific issue: 8.4.1R19, 8.5.0R10, 8.6.0R4 and all subsequent releases."
        }
      ],
      "source": {
        "advisory": "JSA11180",
        "defect": [
          "1465201"
        ],
        "discovery": "USER"
      },
      "title": "Steel-Belted Radius Carrier Edition: Remote code execution vulnerability when EAP Authentication is configured.",
      "workarounds": [
        {
          "lang": "en",
          "value": "There are no viable workarounds for this issue."
        }
      ],
      "x_generator": {
        "engine": "Vulnogram 0.0.9"
      },
      "x_legacyV4Record": {
        "CVE_data_meta": {
          "ASSIGNER": "sirt@juniper.net",
          "DATE_PUBLIC": "2021-07-14T16:00:00.000Z",
          "ID": "CVE-2021-0276",
          "STATE": "PUBLIC",
          "TITLE": "Steel-Belted Radius Carrier Edition: Remote code execution vulnerability when EAP Authentication is configured."
        },
        "affects": {
          "vendor": {
            "vendor_data": [
              {
                "product": {
                  "product_data": [
                    {
                      "product_name": "SBR Carrier",
                      "version": {
                        "version_data": [
                          {
                            "version_affected": "\u003c",
                            "version_name": "8.4.1",
                            "version_value": "8.4.1R19"
                          },
                          {
                            "version_affected": "\u003c",
                            "version_name": "8.5.0",
                            "version_value": "8.5.0R10"
                          },
                          {
                            "version_affected": "\u003c",
                            "version_name": "8.6.0",
                            "version_value": "8.6.0R4"
                          }
                        ]
                      }
                    }
                  ]
                },
                "vendor_name": "Juniper Networks"
              }
            ]
          }
        },
        "configuration": [
          {
            "lang": "en",
            "value": "This issue affects SBR Carrier with EAP authentication configured only when using Enhanced EAP Logging and TraceLevel setting of 2.\n\n  \u003cSBR_Installed_Directory\u003e/JNPRsbr/radius/radius.ini\n  [Logging]\n  LogLevel=2\n  TraceLevel=2\n  EnhancedEAPLogging = yes"
          }
        ],
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "lang": "eng",
              "value": "A stack-based Buffer Overflow vulnerability in Juniper Networks SBR Carrier with EAP (Extensible Authentication Protocol) authentication configured, allows an attacker sending specific packets causing the radius daemon to crash resulting with a Denial of Service (DoS) or leading to remote code execution (RCE). By continuously sending this specific packets, an attacker can repeatedly crash the radius daemon, causing a sustained Denial of Service (DoS). This issue affects Juniper Networks SBR Carrier: 8.4.1 versions prior to 8.4.1R19; 8.5.0 versions prior to 8.5.0R10; 8.6.0 versions prior to 8.6.0R4."
            }
          ]
        },
        "exploit": [
          {
            "lang": "en",
            "value": "Juniper SIRT is not aware of any malicious exploitation of this vulnerability."
          }
        ],
        "generator": {
          "engine": "Vulnogram 0.0.9"
        },
        "impact": {
          "cvss": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          }
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "eng",
                  "value": "CWE-121 Stack-based Buffer Overflow"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "https://kb.juniper.net/JSA11180",
              "refsource": "CONFIRM",
              "url": "https://kb.juniper.net/JSA11180"
            }
          ]
        },
        "solution": [
          {
            "lang": "en",
            "value": "The following software releases have been updated to resolve this specific issue: 8.4.1R19, 8.5.0R10, 8.6.0R4 and all subsequent releases."
          }
        ],
        "source": {
          "advisory": "JSA11180",
          "defect": [
            "1465201"
          ],
          "discovery": "USER"
        },
        "work_around": [
          {
            "lang": "en",
            "value": "There are no viable workarounds for this issue."
          }
        ]
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "8cbe9d5a-a066-4c94-8978-4b15efeae968",
    "assignerShortName": "juniper",
    "cveId": "CVE-2021-0276",
    "datePublished": "2021-07-15T20:00:45.706Z",
    "dateReserved": "2020-10-27T00:00:00.000Z",
    "dateUpdated": "2024-09-16T19:00:01.867Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1"
}

CVE-2021-1159 (GCVE-0-2021-1159)

Vulnerability from cvelistv5 – Published: 2021-01-13 21:37 – Updated: 2024-11-12 20:42
VLAI
Title
Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities
Summary
Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers could allow an authenticated, remote attacker to execute arbitrary code or cause an affected device to restart unexpectedly. The vulnerabilities are due to improper validation of user-supplied input in the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to execute arbitrary code as the root user on the underlying operating system or cause the device to reload, resulting in a denial of service (DoS) condition. To exploit these vulnerabilities, an attacker would need to have valid administrator credentials on the affected device. Cisco has not released software updates that address these vulnerabilities.
CWE
Assigner
References
URL Tags
https://tools.cisco.com/security/center/content/C… vendor-advisoryx_refsource_CISCO
Impacted products
Date Public
2021-01-13 00:00
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-03T16:02:56.027Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "name": "20210113 Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
            "tags": [
              "vendor-advisory",
              "x_refsource_CISCO",
              "x_transferred"
            ],
            "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-rv-overflow-WUnUgv4U"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2021-1159",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-11-08T20:28:09.626349Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-11-12T20:42:28.747Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "Cisco Small Business RV Series Router Firmware",
          "vendor": "Cisco",
          "versions": [
            {
              "status": "affected",
              "version": "n/a"
            }
          ]
        }
      ],
      "datePublic": "2021-01-13T00:00:00.000Z",
      "descriptions": [
        {
          "lang": "en",
          "value": "Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers could allow an authenticated, remote attacker to execute arbitrary code or cause an affected device to restart unexpectedly. The vulnerabilities are due to improper validation of user-supplied input in the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to execute arbitrary code as the root user on the underlying operating system or cause the device to reload, resulting in a denial of service (DoS) condition. To exploit these vulnerabilities, an attacker would need to have valid administrator credentials on the affected device. Cisco has not released software updates that address these vulnerabilities."
        }
      ],
      "exploits": [
        {
          "lang": "en",
          "value": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerabilities described in this advisory."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.2,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-121",
              "description": "CWE-121",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2021-01-13T21:37:10.000Z",
        "orgId": "d1c1063e-7a18-46af-9102-31f8928bc633",
        "shortName": "cisco"
      },
      "references": [
        {
          "name": "20210113 Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
          "tags": [
            "vendor-advisory",
            "x_refsource_CISCO"
          ],
          "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-rv-overflow-WUnUgv4U"
        }
      ],
      "source": {
        "advisory": "cisco-sa-rv-overflow-WUnUgv4U",
        "defect": [
          [
            "CSCvv65098",
            "CSCvv69398",
            "CSCvv71463",
            "CSCvv71466",
            "CSCvv71467",
            "CSCvv71468",
            "CSCvv79107",
            "CSCvv79109",
            "CSCvv79110",
            "CSCvv96729",
            "CSCvv96730",
            "CSCvv96732",
            "CSCvv96733",
            "CSCvv96738",
            "CSCvv96741",
            "CSCvv96742",
            "CSCvv96747",
            "CSCvv96748",
            "CSCvv96751",
            "CSCvv96755",
            "CSCvv96756",
            "CSCvv96757",
            "CSCvv96758",
            "CSCvv96759",
            "CSCvv96761",
            "CSCvv96762",
            "CSCvv96763",
            "CSCvv96764",
            "CSCvv96765",
            "CSCvv96767",
            "CSCvv96768",
            "CSCvv96771",
            "CSCvv96772",
            "CSCvv96799",
            "CSCvv96800",
            "CSCvv96801",
            "CSCvv96806",
            "CSCvv96807",
            "CSCvv96809",
            "CSCvv96810",
            "CSCvv96811",
            "CSCvv96812",
            "CSCvv96814",
            "CSCvv96817",
            "CSCvv96818",
            "CSCvv96820",
            "CSCvw04678",
            "CSCvw04779",
            "CSCvw04781",
            "CSCvw06813",
            "CSCvw06828",
            "CSCvw06832",
            "CSCvw06841",
            "CSCvw06846",
            "CSCvw06852",
            "CSCvw06860",
            "CSCvw06865",
            "CSCvw06868",
            "CSCvw06873",
            "CSCvw06874",
            "CSCvw06879",
            "CSCvw06880",
            "CSCvw06882",
            "CSCvw06894",
            "CSCvw06900",
            "CSCvw06902",
            "CSCvw06950",
            "CSCvw06958",
            "CSCvw06961",
            "CSCvw06962",
            "CSCvw06967",
            "CSCvw06971",
            "CSCvw06978",
            "CSCvw06981",
            "CSCvw06982",
            "CSCvw06987",
            "CSCvw06991",
            "CSCvw06992",
            "CSCvw06993",
            "CSCvw06998",
            "CSCvw07002",
            "CSCvw10473",
            "CSCvw10484",
            "CSCvw10487",
            "CSCvw49030",
            "CSCvw49034",
            "CSCvw49036",
            "CSCvw76488",
            "CSCvw91642"
          ]
        ],
        "discovery": "INTERNAL"
      },
      "title": "Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
      "x_legacyV4Record": {
        "CVE_data_meta": {
          "ASSIGNER": "psirt@cisco.com",
          "DATE_PUBLIC": "2021-01-13T16:00:00",
          "ID": "CVE-2021-1159",
          "STATE": "PUBLIC",
          "TITLE": "Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities"
        },
        "affects": {
          "vendor": {
            "vendor_data": [
              {
                "product": {
                  "product_data": [
                    {
                      "product_name": "Cisco Small Business RV Series Router Firmware",
                      "version": {
                        "version_data": [
                          {
                            "version_value": "n/a"
                          }
                        ]
                      }
                    }
                  ]
                },
                "vendor_name": "Cisco"
              }
            ]
          }
        },
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "lang": "eng",
              "value": "Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers could allow an authenticated, remote attacker to execute arbitrary code or cause an affected device to restart unexpectedly. The vulnerabilities are due to improper validation of user-supplied input in the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to execute arbitrary code as the root user on the underlying operating system or cause the device to reload, resulting in a denial of service (DoS) condition. To exploit these vulnerabilities, an attacker would need to have valid administrator credentials on the affected device. Cisco has not released software updates that address these vulnerabilities."
            }
          ]
        },
        "exploit": [
          {
            "lang": "en",
            "value": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerabilities described in this advisory."
          }
        ],
        "impact": {
          "cvss": {
            "baseScore": "7.2",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.0"
          }
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "eng",
                  "value": "CWE-121"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "20210113 Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
              "refsource": "CISCO",
              "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-rv-overflow-WUnUgv4U"
            }
          ]
        },
        "source": {
          "advisory": "cisco-sa-rv-overflow-WUnUgv4U",
          "defect": [
            [
              "CSCvv65098",
              "CSCvv69398",
              "CSCvv71463",
              "CSCvv71466",
              "CSCvv71467",
              "CSCvv71468",
              "CSCvv79107",
              "CSCvv79109",
              "CSCvv79110",
              "CSCvv96729",
              "CSCvv96730",
              "CSCvv96732",
              "CSCvv96733",
              "CSCvv96738",
              "CSCvv96741",
              "CSCvv96742",
              "CSCvv96747",
              "CSCvv96748",
              "CSCvv96751",
              "CSCvv96755",
              "CSCvv96756",
              "CSCvv96757",
              "CSCvv96758",
              "CSCvv96759",
              "CSCvv96761",
              "CSCvv96762",
              "CSCvv96763",
              "CSCvv96764",
              "CSCvv96765",
              "CSCvv96767",
              "CSCvv96768",
              "CSCvv96771",
              "CSCvv96772",
              "CSCvv96799",
              "CSCvv96800",
              "CSCvv96801",
              "CSCvv96806",
              "CSCvv96807",
              "CSCvv96809",
              "CSCvv96810",
              "CSCvv96811",
              "CSCvv96812",
              "CSCvv96814",
              "CSCvv96817",
              "CSCvv96818",
              "CSCvv96820",
              "CSCvw04678",
              "CSCvw04779",
              "CSCvw04781",
              "CSCvw06813",
              "CSCvw06828",
              "CSCvw06832",
              "CSCvw06841",
              "CSCvw06846",
              "CSCvw06852",
              "CSCvw06860",
              "CSCvw06865",
              "CSCvw06868",
              "CSCvw06873",
              "CSCvw06874",
              "CSCvw06879",
              "CSCvw06880",
              "CSCvw06882",
              "CSCvw06894",
              "CSCvw06900",
              "CSCvw06902",
              "CSCvw06950",
              "CSCvw06958",
              "CSCvw06961",
              "CSCvw06962",
              "CSCvw06967",
              "CSCvw06971",
              "CSCvw06978",
              "CSCvw06981",
              "CSCvw06982",
              "CSCvw06987",
              "CSCvw06991",
              "CSCvw06992",
              "CSCvw06993",
              "CSCvw06998",
              "CSCvw07002",
              "CSCvw10473",
              "CSCvw10484",
              "CSCvw10487",
              "CSCvw49030",
              "CSCvw49034",
              "CSCvw49036",
              "CSCvw76488",
              "CSCvw91642"
            ]
          ],
          "discovery": "INTERNAL"
        }
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "d1c1063e-7a18-46af-9102-31f8928bc633",
    "assignerShortName": "cisco",
    "cveId": "CVE-2021-1159",
    "datePublished": "2021-01-13T21:37:10.388Z",
    "dateReserved": "2020-11-13T00:00:00.000Z",
    "dateUpdated": "2024-11-12T20:42:28.747Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1"
}

CVE-2021-1160 (GCVE-0-2021-1160)

Vulnerability from cvelistv5 – Published: 2021-01-13 21:37 – Updated: 2024-11-12 20:42
VLAI
Title
Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities
Summary
Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers could allow an authenticated, remote attacker to execute arbitrary code or cause an affected device to restart unexpectedly. The vulnerabilities are due to improper validation of user-supplied input in the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to execute arbitrary code as the root user on the underlying operating system or cause the device to reload, resulting in a denial of service (DoS) condition. To exploit these vulnerabilities, an attacker would need to have valid administrator credentials on the affected device. Cisco has not released software updates that address these vulnerabilities.
CWE
Assigner
References
URL Tags
https://tools.cisco.com/security/center/content/C… vendor-advisoryx_refsource_CISCO
Impacted products
Date Public
2021-01-13 00:00
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-03T16:02:55.958Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "name": "20210113 Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
            "tags": [
              "vendor-advisory",
              "x_refsource_CISCO",
              "x_transferred"
            ],
            "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-rv-overflow-WUnUgv4U"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2021-1160",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-11-08T20:28:15.932504Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-11-12T20:42:35.065Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "Cisco Small Business RV Series Router Firmware",
          "vendor": "Cisco",
          "versions": [
            {
              "status": "affected",
              "version": "n/a"
            }
          ]
        }
      ],
      "datePublic": "2021-01-13T00:00:00.000Z",
      "descriptions": [
        {
          "lang": "en",
          "value": "Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers could allow an authenticated, remote attacker to execute arbitrary code or cause an affected device to restart unexpectedly. The vulnerabilities are due to improper validation of user-supplied input in the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to execute arbitrary code as the root user on the underlying operating system or cause the device to reload, resulting in a denial of service (DoS) condition. To exploit these vulnerabilities, an attacker would need to have valid administrator credentials on the affected device. Cisco has not released software updates that address these vulnerabilities."
        }
      ],
      "exploits": [
        {
          "lang": "en",
          "value": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerabilities described in this advisory."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.2,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-121",
              "description": "CWE-121",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2021-01-13T21:37:05.000Z",
        "orgId": "d1c1063e-7a18-46af-9102-31f8928bc633",
        "shortName": "cisco"
      },
      "references": [
        {
          "name": "20210113 Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
          "tags": [
            "vendor-advisory",
            "x_refsource_CISCO"
          ],
          "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-rv-overflow-WUnUgv4U"
        }
      ],
      "source": {
        "advisory": "cisco-sa-rv-overflow-WUnUgv4U",
        "defect": [
          [
            "CSCvv65098",
            "CSCvv69398",
            "CSCvv71463",
            "CSCvv71466",
            "CSCvv71467",
            "CSCvv71468",
            "CSCvv79107",
            "CSCvv79109",
            "CSCvv79110",
            "CSCvv96729",
            "CSCvv96730",
            "CSCvv96732",
            "CSCvv96733",
            "CSCvv96738",
            "CSCvv96741",
            "CSCvv96742",
            "CSCvv96747",
            "CSCvv96748",
            "CSCvv96751",
            "CSCvv96755",
            "CSCvv96756",
            "CSCvv96757",
            "CSCvv96758",
            "CSCvv96759",
            "CSCvv96761",
            "CSCvv96762",
            "CSCvv96763",
            "CSCvv96764",
            "CSCvv96765",
            "CSCvv96767",
            "CSCvv96768",
            "CSCvv96771",
            "CSCvv96772",
            "CSCvv96799",
            "CSCvv96800",
            "CSCvv96801",
            "CSCvv96806",
            "CSCvv96807",
            "CSCvv96809",
            "CSCvv96810",
            "CSCvv96811",
            "CSCvv96812",
            "CSCvv96814",
            "CSCvv96817",
            "CSCvv96818",
            "CSCvv96820",
            "CSCvw04678",
            "CSCvw04779",
            "CSCvw04781",
            "CSCvw06813",
            "CSCvw06828",
            "CSCvw06832",
            "CSCvw06841",
            "CSCvw06846",
            "CSCvw06852",
            "CSCvw06860",
            "CSCvw06865",
            "CSCvw06868",
            "CSCvw06873",
            "CSCvw06874",
            "CSCvw06879",
            "CSCvw06880",
            "CSCvw06882",
            "CSCvw06894",
            "CSCvw06900",
            "CSCvw06902",
            "CSCvw06950",
            "CSCvw06958",
            "CSCvw06961",
            "CSCvw06962",
            "CSCvw06967",
            "CSCvw06971",
            "CSCvw06978",
            "CSCvw06981",
            "CSCvw06982",
            "CSCvw06987",
            "CSCvw06991",
            "CSCvw06992",
            "CSCvw06993",
            "CSCvw06998",
            "CSCvw07002",
            "CSCvw10473",
            "CSCvw10484",
            "CSCvw10487",
            "CSCvw49030",
            "CSCvw49034",
            "CSCvw49036",
            "CSCvw76488",
            "CSCvw91642"
          ]
        ],
        "discovery": "INTERNAL"
      },
      "title": "Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
      "x_legacyV4Record": {
        "CVE_data_meta": {
          "ASSIGNER": "psirt@cisco.com",
          "DATE_PUBLIC": "2021-01-13T16:00:00",
          "ID": "CVE-2021-1160",
          "STATE": "PUBLIC",
          "TITLE": "Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities"
        },
        "affects": {
          "vendor": {
            "vendor_data": [
              {
                "product": {
                  "product_data": [
                    {
                      "product_name": "Cisco Small Business RV Series Router Firmware",
                      "version": {
                        "version_data": [
                          {
                            "version_value": "n/a"
                          }
                        ]
                      }
                    }
                  ]
                },
                "vendor_name": "Cisco"
              }
            ]
          }
        },
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "lang": "eng",
              "value": "Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers could allow an authenticated, remote attacker to execute arbitrary code or cause an affected device to restart unexpectedly. The vulnerabilities are due to improper validation of user-supplied input in the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to execute arbitrary code as the root user on the underlying operating system or cause the device to reload, resulting in a denial of service (DoS) condition. To exploit these vulnerabilities, an attacker would need to have valid administrator credentials on the affected device. Cisco has not released software updates that address these vulnerabilities."
            }
          ]
        },
        "exploit": [
          {
            "lang": "en",
            "value": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerabilities described in this advisory."
          }
        ],
        "impact": {
          "cvss": {
            "baseScore": "7.2",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.0"
          }
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "eng",
                  "value": "CWE-121"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "20210113 Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
              "refsource": "CISCO",
              "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-rv-overflow-WUnUgv4U"
            }
          ]
        },
        "source": {
          "advisory": "cisco-sa-rv-overflow-WUnUgv4U",
          "defect": [
            [
              "CSCvv65098",
              "CSCvv69398",
              "CSCvv71463",
              "CSCvv71466",
              "CSCvv71467",
              "CSCvv71468",
              "CSCvv79107",
              "CSCvv79109",
              "CSCvv79110",
              "CSCvv96729",
              "CSCvv96730",
              "CSCvv96732",
              "CSCvv96733",
              "CSCvv96738",
              "CSCvv96741",
              "CSCvv96742",
              "CSCvv96747",
              "CSCvv96748",
              "CSCvv96751",
              "CSCvv96755",
              "CSCvv96756",
              "CSCvv96757",
              "CSCvv96758",
              "CSCvv96759",
              "CSCvv96761",
              "CSCvv96762",
              "CSCvv96763",
              "CSCvv96764",
              "CSCvv96765",
              "CSCvv96767",
              "CSCvv96768",
              "CSCvv96771",
              "CSCvv96772",
              "CSCvv96799",
              "CSCvv96800",
              "CSCvv96801",
              "CSCvv96806",
              "CSCvv96807",
              "CSCvv96809",
              "CSCvv96810",
              "CSCvv96811",
              "CSCvv96812",
              "CSCvv96814",
              "CSCvv96817",
              "CSCvv96818",
              "CSCvv96820",
              "CSCvw04678",
              "CSCvw04779",
              "CSCvw04781",
              "CSCvw06813",
              "CSCvw06828",
              "CSCvw06832",
              "CSCvw06841",
              "CSCvw06846",
              "CSCvw06852",
              "CSCvw06860",
              "CSCvw06865",
              "CSCvw06868",
              "CSCvw06873",
              "CSCvw06874",
              "CSCvw06879",
              "CSCvw06880",
              "CSCvw06882",
              "CSCvw06894",
              "CSCvw06900",
              "CSCvw06902",
              "CSCvw06950",
              "CSCvw06958",
              "CSCvw06961",
              "CSCvw06962",
              "CSCvw06967",
              "CSCvw06971",
              "CSCvw06978",
              "CSCvw06981",
              "CSCvw06982",
              "CSCvw06987",
              "CSCvw06991",
              "CSCvw06992",
              "CSCvw06993",
              "CSCvw06998",
              "CSCvw07002",
              "CSCvw10473",
              "CSCvw10484",
              "CSCvw10487",
              "CSCvw49030",
              "CSCvw49034",
              "CSCvw49036",
              "CSCvw76488",
              "CSCvw91642"
            ]
          ],
          "discovery": "INTERNAL"
        }
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "d1c1063e-7a18-46af-9102-31f8928bc633",
    "assignerShortName": "cisco",
    "cveId": "CVE-2021-1160",
    "datePublished": "2021-01-13T21:37:05.585Z",
    "dateReserved": "2020-11-13T00:00:00.000Z",
    "dateUpdated": "2024-11-12T20:42:35.065Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1"
}

CVE-2021-1161 (GCVE-0-2021-1161)

Vulnerability from cvelistv5 – Published: 2021-01-13 21:36 – Updated: 2024-11-12 20:42
VLAI
Title
Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities
Summary
Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers could allow an authenticated, remote attacker to execute arbitrary code or cause an affected device to restart unexpectedly. The vulnerabilities are due to improper validation of user-supplied input in the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to execute arbitrary code as the root user on the underlying operating system or cause the device to reload, resulting in a denial of service (DoS) condition. To exploit these vulnerabilities, an attacker would need to have valid administrator credentials on the affected device. Cisco has not released software updates that address these vulnerabilities.
CWE
Assigner
References
URL Tags
https://tools.cisco.com/security/center/content/C… vendor-advisoryx_refsource_CISCO
Impacted products
Date Public
2021-01-13 00:00
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-03T16:02:55.430Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "name": "20210113 Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
            "tags": [
              "vendor-advisory",
              "x_refsource_CISCO",
              "x_transferred"
            ],
            "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-rv-overflow-WUnUgv4U"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2021-1161",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-11-08T20:28:21.333702Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-11-12T20:42:41.518Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "Cisco Small Business RV Series Router Firmware",
          "vendor": "Cisco",
          "versions": [
            {
              "status": "affected",
              "version": "n/a"
            }
          ]
        }
      ],
      "datePublic": "2021-01-13T00:00:00.000Z",
      "descriptions": [
        {
          "lang": "en",
          "value": "Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers could allow an authenticated, remote attacker to execute arbitrary code or cause an affected device to restart unexpectedly. The vulnerabilities are due to improper validation of user-supplied input in the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to execute arbitrary code as the root user on the underlying operating system or cause the device to reload, resulting in a denial of service (DoS) condition. To exploit these vulnerabilities, an attacker would need to have valid administrator credentials on the affected device. Cisco has not released software updates that address these vulnerabilities."
        }
      ],
      "exploits": [
        {
          "lang": "en",
          "value": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerabilities described in this advisory."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.2,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-121",
              "description": "CWE-121",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2021-01-13T21:36:59.000Z",
        "orgId": "d1c1063e-7a18-46af-9102-31f8928bc633",
        "shortName": "cisco"
      },
      "references": [
        {
          "name": "20210113 Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
          "tags": [
            "vendor-advisory",
            "x_refsource_CISCO"
          ],
          "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-rv-overflow-WUnUgv4U"
        }
      ],
      "source": {
        "advisory": "cisco-sa-rv-overflow-WUnUgv4U",
        "defect": [
          [
            "CSCvv65098",
            "CSCvv69398",
            "CSCvv71463",
            "CSCvv71466",
            "CSCvv71467",
            "CSCvv71468",
            "CSCvv79107",
            "CSCvv79109",
            "CSCvv79110",
            "CSCvv96729",
            "CSCvv96730",
            "CSCvv96732",
            "CSCvv96733",
            "CSCvv96738",
            "CSCvv96741",
            "CSCvv96742",
            "CSCvv96747",
            "CSCvv96748",
            "CSCvv96751",
            "CSCvv96755",
            "CSCvv96756",
            "CSCvv96757",
            "CSCvv96758",
            "CSCvv96759",
            "CSCvv96761",
            "CSCvv96762",
            "CSCvv96763",
            "CSCvv96764",
            "CSCvv96765",
            "CSCvv96767",
            "CSCvv96768",
            "CSCvv96771",
            "CSCvv96772",
            "CSCvv96799",
            "CSCvv96800",
            "CSCvv96801",
            "CSCvv96806",
            "CSCvv96807",
            "CSCvv96809",
            "CSCvv96810",
            "CSCvv96811",
            "CSCvv96812",
            "CSCvv96814",
            "CSCvv96817",
            "CSCvv96818",
            "CSCvv96820",
            "CSCvw04678",
            "CSCvw04779",
            "CSCvw04781",
            "CSCvw06813",
            "CSCvw06828",
            "CSCvw06832",
            "CSCvw06841",
            "CSCvw06846",
            "CSCvw06852",
            "CSCvw06860",
            "CSCvw06865",
            "CSCvw06868",
            "CSCvw06873",
            "CSCvw06874",
            "CSCvw06879",
            "CSCvw06880",
            "CSCvw06882",
            "CSCvw06894",
            "CSCvw06900",
            "CSCvw06902",
            "CSCvw06950",
            "CSCvw06958",
            "CSCvw06961",
            "CSCvw06962",
            "CSCvw06967",
            "CSCvw06971",
            "CSCvw06978",
            "CSCvw06981",
            "CSCvw06982",
            "CSCvw06987",
            "CSCvw06991",
            "CSCvw06992",
            "CSCvw06993",
            "CSCvw06998",
            "CSCvw07002",
            "CSCvw10473",
            "CSCvw10484",
            "CSCvw10487",
            "CSCvw49030",
            "CSCvw49034",
            "CSCvw49036",
            "CSCvw76488",
            "CSCvw91642"
          ]
        ],
        "discovery": "INTERNAL"
      },
      "title": "Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
      "x_legacyV4Record": {
        "CVE_data_meta": {
          "ASSIGNER": "psirt@cisco.com",
          "DATE_PUBLIC": "2021-01-13T16:00:00",
          "ID": "CVE-2021-1161",
          "STATE": "PUBLIC",
          "TITLE": "Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities"
        },
        "affects": {
          "vendor": {
            "vendor_data": [
              {
                "product": {
                  "product_data": [
                    {
                      "product_name": "Cisco Small Business RV Series Router Firmware",
                      "version": {
                        "version_data": [
                          {
                            "version_value": "n/a"
                          }
                        ]
                      }
                    }
                  ]
                },
                "vendor_name": "Cisco"
              }
            ]
          }
        },
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "lang": "eng",
              "value": "Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers could allow an authenticated, remote attacker to execute arbitrary code or cause an affected device to restart unexpectedly. The vulnerabilities are due to improper validation of user-supplied input in the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to execute arbitrary code as the root user on the underlying operating system or cause the device to reload, resulting in a denial of service (DoS) condition. To exploit these vulnerabilities, an attacker would need to have valid administrator credentials on the affected device. Cisco has not released software updates that address these vulnerabilities."
            }
          ]
        },
        "exploit": [
          {
            "lang": "en",
            "value": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerabilities described in this advisory."
          }
        ],
        "impact": {
          "cvss": {
            "baseScore": "7.2",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.0"
          }
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "eng",
                  "value": "CWE-121"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "20210113 Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
              "refsource": "CISCO",
              "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-rv-overflow-WUnUgv4U"
            }
          ]
        },
        "source": {
          "advisory": "cisco-sa-rv-overflow-WUnUgv4U",
          "defect": [
            [
              "CSCvv65098",
              "CSCvv69398",
              "CSCvv71463",
              "CSCvv71466",
              "CSCvv71467",
              "CSCvv71468",
              "CSCvv79107",
              "CSCvv79109",
              "CSCvv79110",
              "CSCvv96729",
              "CSCvv96730",
              "CSCvv96732",
              "CSCvv96733",
              "CSCvv96738",
              "CSCvv96741",
              "CSCvv96742",
              "CSCvv96747",
              "CSCvv96748",
              "CSCvv96751",
              "CSCvv96755",
              "CSCvv96756",
              "CSCvv96757",
              "CSCvv96758",
              "CSCvv96759",
              "CSCvv96761",
              "CSCvv96762",
              "CSCvv96763",
              "CSCvv96764",
              "CSCvv96765",
              "CSCvv96767",
              "CSCvv96768",
              "CSCvv96771",
              "CSCvv96772",
              "CSCvv96799",
              "CSCvv96800",
              "CSCvv96801",
              "CSCvv96806",
              "CSCvv96807",
              "CSCvv96809",
              "CSCvv96810",
              "CSCvv96811",
              "CSCvv96812",
              "CSCvv96814",
              "CSCvv96817",
              "CSCvv96818",
              "CSCvv96820",
              "CSCvw04678",
              "CSCvw04779",
              "CSCvw04781",
              "CSCvw06813",
              "CSCvw06828",
              "CSCvw06832",
              "CSCvw06841",
              "CSCvw06846",
              "CSCvw06852",
              "CSCvw06860",
              "CSCvw06865",
              "CSCvw06868",
              "CSCvw06873",
              "CSCvw06874",
              "CSCvw06879",
              "CSCvw06880",
              "CSCvw06882",
              "CSCvw06894",
              "CSCvw06900",
              "CSCvw06902",
              "CSCvw06950",
              "CSCvw06958",
              "CSCvw06961",
              "CSCvw06962",
              "CSCvw06967",
              "CSCvw06971",
              "CSCvw06978",
              "CSCvw06981",
              "CSCvw06982",
              "CSCvw06987",
              "CSCvw06991",
              "CSCvw06992",
              "CSCvw06993",
              "CSCvw06998",
              "CSCvw07002",
              "CSCvw10473",
              "CSCvw10484",
              "CSCvw10487",
              "CSCvw49030",
              "CSCvw49034",
              "CSCvw49036",
              "CSCvw76488",
              "CSCvw91642"
            ]
          ],
          "discovery": "INTERNAL"
        }
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "d1c1063e-7a18-46af-9102-31f8928bc633",
    "assignerShortName": "cisco",
    "cveId": "CVE-2021-1161",
    "datePublished": "2021-01-13T21:36:59.874Z",
    "dateReserved": "2020-11-13T00:00:00.000Z",
    "dateUpdated": "2024-11-12T20:42:41.518Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1"
}

CVE-2021-1162 (GCVE-0-2021-1162)

Vulnerability from cvelistv5 – Published: 2021-01-13 21:36 – Updated: 2024-11-12 20:42
VLAI
Title
Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities
Summary
Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers could allow an authenticated, remote attacker to execute arbitrary code or cause an affected device to restart unexpectedly. The vulnerabilities are due to improper validation of user-supplied input in the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to execute arbitrary code as the root user on the underlying operating system or cause the device to reload, resulting in a denial of service (DoS) condition. To exploit these vulnerabilities, an attacker would need to have valid administrator credentials on the affected device. Cisco has not released software updates that address these vulnerabilities.
CWE
Assigner
References
URL Tags
https://tools.cisco.com/security/center/content/C… vendor-advisoryx_refsource_CISCO
Impacted products
Date Public
2021-01-13 00:00
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-03T16:02:55.848Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "name": "20210113 Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
            "tags": [
              "vendor-advisory",
              "x_refsource_CISCO",
              "x_transferred"
            ],
            "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-rv-overflow-WUnUgv4U"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2021-1162",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-11-08T20:28:25.072986Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-11-12T20:42:48.210Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "Cisco Small Business RV Series Router Firmware",
          "vendor": "Cisco",
          "versions": [
            {
              "status": "affected",
              "version": "n/a"
            }
          ]
        }
      ],
      "datePublic": "2021-01-13T00:00:00.000Z",
      "descriptions": [
        {
          "lang": "en",
          "value": "Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers could allow an authenticated, remote attacker to execute arbitrary code or cause an affected device to restart unexpectedly. The vulnerabilities are due to improper validation of user-supplied input in the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to execute arbitrary code as the root user on the underlying operating system or cause the device to reload, resulting in a denial of service (DoS) condition. To exploit these vulnerabilities, an attacker would need to have valid administrator credentials on the affected device. Cisco has not released software updates that address these vulnerabilities."
        }
      ],
      "exploits": [
        {
          "lang": "en",
          "value": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerabilities described in this advisory."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.2,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-121",
              "description": "CWE-121",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2021-01-13T21:36:54.000Z",
        "orgId": "d1c1063e-7a18-46af-9102-31f8928bc633",
        "shortName": "cisco"
      },
      "references": [
        {
          "name": "20210113 Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
          "tags": [
            "vendor-advisory",
            "x_refsource_CISCO"
          ],
          "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-rv-overflow-WUnUgv4U"
        }
      ],
      "source": {
        "advisory": "cisco-sa-rv-overflow-WUnUgv4U",
        "defect": [
          [
            "CSCvv65098",
            "CSCvv69398",
            "CSCvv71463",
            "CSCvv71466",
            "CSCvv71467",
            "CSCvv71468",
            "CSCvv79107",
            "CSCvv79109",
            "CSCvv79110",
            "CSCvv96729",
            "CSCvv96730",
            "CSCvv96732",
            "CSCvv96733",
            "CSCvv96738",
            "CSCvv96741",
            "CSCvv96742",
            "CSCvv96747",
            "CSCvv96748",
            "CSCvv96751",
            "CSCvv96755",
            "CSCvv96756",
            "CSCvv96757",
            "CSCvv96758",
            "CSCvv96759",
            "CSCvv96761",
            "CSCvv96762",
            "CSCvv96763",
            "CSCvv96764",
            "CSCvv96765",
            "CSCvv96767",
            "CSCvv96768",
            "CSCvv96771",
            "CSCvv96772",
            "CSCvv96799",
            "CSCvv96800",
            "CSCvv96801",
            "CSCvv96806",
            "CSCvv96807",
            "CSCvv96809",
            "CSCvv96810",
            "CSCvv96811",
            "CSCvv96812",
            "CSCvv96814",
            "CSCvv96817",
            "CSCvv96818",
            "CSCvv96820",
            "CSCvw04678",
            "CSCvw04779",
            "CSCvw04781",
            "CSCvw06813",
            "CSCvw06828",
            "CSCvw06832",
            "CSCvw06841",
            "CSCvw06846",
            "CSCvw06852",
            "CSCvw06860",
            "CSCvw06865",
            "CSCvw06868",
            "CSCvw06873",
            "CSCvw06874",
            "CSCvw06879",
            "CSCvw06880",
            "CSCvw06882",
            "CSCvw06894",
            "CSCvw06900",
            "CSCvw06902",
            "CSCvw06950",
            "CSCvw06958",
            "CSCvw06961",
            "CSCvw06962",
            "CSCvw06967",
            "CSCvw06971",
            "CSCvw06978",
            "CSCvw06981",
            "CSCvw06982",
            "CSCvw06987",
            "CSCvw06991",
            "CSCvw06992",
            "CSCvw06993",
            "CSCvw06998",
            "CSCvw07002",
            "CSCvw10473",
            "CSCvw10484",
            "CSCvw10487",
            "CSCvw49030",
            "CSCvw49034",
            "CSCvw49036",
            "CSCvw76488",
            "CSCvw91642"
          ]
        ],
        "discovery": "INTERNAL"
      },
      "title": "Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
      "x_legacyV4Record": {
        "CVE_data_meta": {
          "ASSIGNER": "psirt@cisco.com",
          "DATE_PUBLIC": "2021-01-13T16:00:00",
          "ID": "CVE-2021-1162",
          "STATE": "PUBLIC",
          "TITLE": "Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities"
        },
        "affects": {
          "vendor": {
            "vendor_data": [
              {
                "product": {
                  "product_data": [
                    {
                      "product_name": "Cisco Small Business RV Series Router Firmware",
                      "version": {
                        "version_data": [
                          {
                            "version_value": "n/a"
                          }
                        ]
                      }
                    }
                  ]
                },
                "vendor_name": "Cisco"
              }
            ]
          }
        },
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "lang": "eng",
              "value": "Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers could allow an authenticated, remote attacker to execute arbitrary code or cause an affected device to restart unexpectedly. The vulnerabilities are due to improper validation of user-supplied input in the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to execute arbitrary code as the root user on the underlying operating system or cause the device to reload, resulting in a denial of service (DoS) condition. To exploit these vulnerabilities, an attacker would need to have valid administrator credentials on the affected device. Cisco has not released software updates that address these vulnerabilities."
            }
          ]
        },
        "exploit": [
          {
            "lang": "en",
            "value": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerabilities described in this advisory."
          }
        ],
        "impact": {
          "cvss": {
            "baseScore": "7.2",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.0"
          }
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "eng",
                  "value": "CWE-121"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "20210113 Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
              "refsource": "CISCO",
              "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-rv-overflow-WUnUgv4U"
            }
          ]
        },
        "source": {
          "advisory": "cisco-sa-rv-overflow-WUnUgv4U",
          "defect": [
            [
              "CSCvv65098",
              "CSCvv69398",
              "CSCvv71463",
              "CSCvv71466",
              "CSCvv71467",
              "CSCvv71468",
              "CSCvv79107",
              "CSCvv79109",
              "CSCvv79110",
              "CSCvv96729",
              "CSCvv96730",
              "CSCvv96732",
              "CSCvv96733",
              "CSCvv96738",
              "CSCvv96741",
              "CSCvv96742",
              "CSCvv96747",
              "CSCvv96748",
              "CSCvv96751",
              "CSCvv96755",
              "CSCvv96756",
              "CSCvv96757",
              "CSCvv96758",
              "CSCvv96759",
              "CSCvv96761",
              "CSCvv96762",
              "CSCvv96763",
              "CSCvv96764",
              "CSCvv96765",
              "CSCvv96767",
              "CSCvv96768",
              "CSCvv96771",
              "CSCvv96772",
              "CSCvv96799",
              "CSCvv96800",
              "CSCvv96801",
              "CSCvv96806",
              "CSCvv96807",
              "CSCvv96809",
              "CSCvv96810",
              "CSCvv96811",
              "CSCvv96812",
              "CSCvv96814",
              "CSCvv96817",
              "CSCvv96818",
              "CSCvv96820",
              "CSCvw04678",
              "CSCvw04779",
              "CSCvw04781",
              "CSCvw06813",
              "CSCvw06828",
              "CSCvw06832",
              "CSCvw06841",
              "CSCvw06846",
              "CSCvw06852",
              "CSCvw06860",
              "CSCvw06865",
              "CSCvw06868",
              "CSCvw06873",
              "CSCvw06874",
              "CSCvw06879",
              "CSCvw06880",
              "CSCvw06882",
              "CSCvw06894",
              "CSCvw06900",
              "CSCvw06902",
              "CSCvw06950",
              "CSCvw06958",
              "CSCvw06961",
              "CSCvw06962",
              "CSCvw06967",
              "CSCvw06971",
              "CSCvw06978",
              "CSCvw06981",
              "CSCvw06982",
              "CSCvw06987",
              "CSCvw06991",
              "CSCvw06992",
              "CSCvw06993",
              "CSCvw06998",
              "CSCvw07002",
              "CSCvw10473",
              "CSCvw10484",
              "CSCvw10487",
              "CSCvw49030",
              "CSCvw49034",
              "CSCvw49036",
              "CSCvw76488",
              "CSCvw91642"
            ]
          ],
          "discovery": "INTERNAL"
        }
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "d1c1063e-7a18-46af-9102-31f8928bc633",
    "assignerShortName": "cisco",
    "cveId": "CVE-2021-1162",
    "datePublished": "2021-01-13T21:36:54.876Z",
    "dateReserved": "2020-11-13T00:00:00.000Z",
    "dateUpdated": "2024-11-12T20:42:48.210Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1"
}

CVE-2021-1163 (GCVE-0-2021-1163)

Vulnerability from cvelistv5 – Published: 2021-01-13 21:36 – Updated: 2024-11-12 20:42
VLAI
Title
Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities
Summary
Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers could allow an authenticated, remote attacker to execute arbitrary code or cause an affected device to restart unexpectedly. The vulnerabilities are due to improper validation of user-supplied input in the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to execute arbitrary code as the root user on the underlying operating system or cause the device to reload, resulting in a denial of service (DoS) condition. To exploit these vulnerabilities, an attacker would need to have valid administrator credentials on the affected device. Cisco has not released software updates that address these vulnerabilities.
CWE
Assigner
References
URL Tags
https://tools.cisco.com/security/center/content/C… vendor-advisoryx_refsource_CISCO
Impacted products
Date Public
2021-01-13 00:00
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-03T16:02:55.951Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "name": "20210113 Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
            "tags": [
              "vendor-advisory",
              "x_refsource_CISCO",
              "x_transferred"
            ],
            "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-rv-overflow-WUnUgv4U"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2021-1163",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-11-08T20:28:28.434770Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-11-12T20:42:55.042Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "Cisco Small Business RV Series Router Firmware",
          "vendor": "Cisco",
          "versions": [
            {
              "status": "affected",
              "version": "n/a"
            }
          ]
        }
      ],
      "datePublic": "2021-01-13T00:00:00.000Z",
      "descriptions": [
        {
          "lang": "en",
          "value": "Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers could allow an authenticated, remote attacker to execute arbitrary code or cause an affected device to restart unexpectedly. The vulnerabilities are due to improper validation of user-supplied input in the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to execute arbitrary code as the root user on the underlying operating system or cause the device to reload, resulting in a denial of service (DoS) condition. To exploit these vulnerabilities, an attacker would need to have valid administrator credentials on the affected device. Cisco has not released software updates that address these vulnerabilities."
        }
      ],
      "exploits": [
        {
          "lang": "en",
          "value": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerabilities described in this advisory."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.2,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-121",
              "description": "CWE-121",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2021-01-13T21:36:48.000Z",
        "orgId": "d1c1063e-7a18-46af-9102-31f8928bc633",
        "shortName": "cisco"
      },
      "references": [
        {
          "name": "20210113 Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
          "tags": [
            "vendor-advisory",
            "x_refsource_CISCO"
          ],
          "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-rv-overflow-WUnUgv4U"
        }
      ],
      "source": {
        "advisory": "cisco-sa-rv-overflow-WUnUgv4U",
        "defect": [
          [
            "CSCvv65098",
            "CSCvv69398",
            "CSCvv71463",
            "CSCvv71466",
            "CSCvv71467",
            "CSCvv71468",
            "CSCvv79107",
            "CSCvv79109",
            "CSCvv79110",
            "CSCvv96729",
            "CSCvv96730",
            "CSCvv96732",
            "CSCvv96733",
            "CSCvv96738",
            "CSCvv96741",
            "CSCvv96742",
            "CSCvv96747",
            "CSCvv96748",
            "CSCvv96751",
            "CSCvv96755",
            "CSCvv96756",
            "CSCvv96757",
            "CSCvv96758",
            "CSCvv96759",
            "CSCvv96761",
            "CSCvv96762",
            "CSCvv96763",
            "CSCvv96764",
            "CSCvv96765",
            "CSCvv96767",
            "CSCvv96768",
            "CSCvv96771",
            "CSCvv96772",
            "CSCvv96799",
            "CSCvv96800",
            "CSCvv96801",
            "CSCvv96806",
            "CSCvv96807",
            "CSCvv96809",
            "CSCvv96810",
            "CSCvv96811",
            "CSCvv96812",
            "CSCvv96814",
            "CSCvv96817",
            "CSCvv96818",
            "CSCvv96820",
            "CSCvw04678",
            "CSCvw04779",
            "CSCvw04781",
            "CSCvw06813",
            "CSCvw06828",
            "CSCvw06832",
            "CSCvw06841",
            "CSCvw06846",
            "CSCvw06852",
            "CSCvw06860",
            "CSCvw06865",
            "CSCvw06868",
            "CSCvw06873",
            "CSCvw06874",
            "CSCvw06879",
            "CSCvw06880",
            "CSCvw06882",
            "CSCvw06894",
            "CSCvw06900",
            "CSCvw06902",
            "CSCvw06950",
            "CSCvw06958",
            "CSCvw06961",
            "CSCvw06962",
            "CSCvw06967",
            "CSCvw06971",
            "CSCvw06978",
            "CSCvw06981",
            "CSCvw06982",
            "CSCvw06987",
            "CSCvw06991",
            "CSCvw06992",
            "CSCvw06993",
            "CSCvw06998",
            "CSCvw07002",
            "CSCvw10473",
            "CSCvw10484",
            "CSCvw10487",
            "CSCvw49030",
            "CSCvw49034",
            "CSCvw49036",
            "CSCvw76488",
            "CSCvw91642"
          ]
        ],
        "discovery": "INTERNAL"
      },
      "title": "Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
      "x_legacyV4Record": {
        "CVE_data_meta": {
          "ASSIGNER": "psirt@cisco.com",
          "DATE_PUBLIC": "2021-01-13T16:00:00",
          "ID": "CVE-2021-1163",
          "STATE": "PUBLIC",
          "TITLE": "Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities"
        },
        "affects": {
          "vendor": {
            "vendor_data": [
              {
                "product": {
                  "product_data": [
                    {
                      "product_name": "Cisco Small Business RV Series Router Firmware",
                      "version": {
                        "version_data": [
                          {
                            "version_value": "n/a"
                          }
                        ]
                      }
                    }
                  ]
                },
                "vendor_name": "Cisco"
              }
            ]
          }
        },
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "lang": "eng",
              "value": "Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers could allow an authenticated, remote attacker to execute arbitrary code or cause an affected device to restart unexpectedly. The vulnerabilities are due to improper validation of user-supplied input in the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to execute arbitrary code as the root user on the underlying operating system or cause the device to reload, resulting in a denial of service (DoS) condition. To exploit these vulnerabilities, an attacker would need to have valid administrator credentials on the affected device. Cisco has not released software updates that address these vulnerabilities."
            }
          ]
        },
        "exploit": [
          {
            "lang": "en",
            "value": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerabilities described in this advisory."
          }
        ],
        "impact": {
          "cvss": {
            "baseScore": "7.2",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.0"
          }
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "eng",
                  "value": "CWE-121"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "20210113 Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
              "refsource": "CISCO",
              "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-rv-overflow-WUnUgv4U"
            }
          ]
        },
        "source": {
          "advisory": "cisco-sa-rv-overflow-WUnUgv4U",
          "defect": [
            [
              "CSCvv65098",
              "CSCvv69398",
              "CSCvv71463",
              "CSCvv71466",
              "CSCvv71467",
              "CSCvv71468",
              "CSCvv79107",
              "CSCvv79109",
              "CSCvv79110",
              "CSCvv96729",
              "CSCvv96730",
              "CSCvv96732",
              "CSCvv96733",
              "CSCvv96738",
              "CSCvv96741",
              "CSCvv96742",
              "CSCvv96747",
              "CSCvv96748",
              "CSCvv96751",
              "CSCvv96755",
              "CSCvv96756",
              "CSCvv96757",
              "CSCvv96758",
              "CSCvv96759",
              "CSCvv96761",
              "CSCvv96762",
              "CSCvv96763",
              "CSCvv96764",
              "CSCvv96765",
              "CSCvv96767",
              "CSCvv96768",
              "CSCvv96771",
              "CSCvv96772",
              "CSCvv96799",
              "CSCvv96800",
              "CSCvv96801",
              "CSCvv96806",
              "CSCvv96807",
              "CSCvv96809",
              "CSCvv96810",
              "CSCvv96811",
              "CSCvv96812",
              "CSCvv96814",
              "CSCvv96817",
              "CSCvv96818",
              "CSCvv96820",
              "CSCvw04678",
              "CSCvw04779",
              "CSCvw04781",
              "CSCvw06813",
              "CSCvw06828",
              "CSCvw06832",
              "CSCvw06841",
              "CSCvw06846",
              "CSCvw06852",
              "CSCvw06860",
              "CSCvw06865",
              "CSCvw06868",
              "CSCvw06873",
              "CSCvw06874",
              "CSCvw06879",
              "CSCvw06880",
              "CSCvw06882",
              "CSCvw06894",
              "CSCvw06900",
              "CSCvw06902",
              "CSCvw06950",
              "CSCvw06958",
              "CSCvw06961",
              "CSCvw06962",
              "CSCvw06967",
              "CSCvw06971",
              "CSCvw06978",
              "CSCvw06981",
              "CSCvw06982",
              "CSCvw06987",
              "CSCvw06991",
              "CSCvw06992",
              "CSCvw06993",
              "CSCvw06998",
              "CSCvw07002",
              "CSCvw10473",
              "CSCvw10484",
              "CSCvw10487",
              "CSCvw49030",
              "CSCvw49034",
              "CSCvw49036",
              "CSCvw76488",
              "CSCvw91642"
            ]
          ],
          "discovery": "INTERNAL"
        }
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "d1c1063e-7a18-46af-9102-31f8928bc633",
    "assignerShortName": "cisco",
    "cveId": "CVE-2021-1163",
    "datePublished": "2021-01-13T21:36:48.980Z",
    "dateReserved": "2020-11-13T00:00:00.000Z",
    "dateUpdated": "2024-11-12T20:42:55.042Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1"
}

CVE-2021-1164 (GCVE-0-2021-1164)

Vulnerability from cvelistv5 – Published: 2021-01-13 21:36 – Updated: 2024-11-12 20:43
VLAI
Title
Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities
Summary
Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers could allow an authenticated, remote attacker to execute arbitrary code or cause an affected device to restart unexpectedly. The vulnerabilities are due to improper validation of user-supplied input in the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to execute arbitrary code as the root user on the underlying operating system or cause the device to reload, resulting in a denial of service (DoS) condition. To exploit these vulnerabilities, an attacker would need to have valid administrator credentials on the affected device. Cisco has not released software updates that address these vulnerabilities.
CWE
Assigner
References
URL Tags
https://tools.cisco.com/security/center/content/C… vendor-advisoryx_refsource_CISCO
Impacted products
Date Public
2021-01-13 00:00
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-03T16:02:56.041Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "name": "20210113 Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
            "tags": [
              "vendor-advisory",
              "x_refsource_CISCO",
              "x_transferred"
            ],
            "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-rv-overflow-WUnUgv4U"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2021-1164",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-11-08T20:28:48.271995Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-11-12T20:43:02.402Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "Cisco Small Business RV Series Router Firmware",
          "vendor": "Cisco",
          "versions": [
            {
              "status": "affected",
              "version": "n/a"
            }
          ]
        }
      ],
      "datePublic": "2021-01-13T00:00:00.000Z",
      "descriptions": [
        {
          "lang": "en",
          "value": "Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers could allow an authenticated, remote attacker to execute arbitrary code or cause an affected device to restart unexpectedly. The vulnerabilities are due to improper validation of user-supplied input in the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to execute arbitrary code as the root user on the underlying operating system or cause the device to reload, resulting in a denial of service (DoS) condition. To exploit these vulnerabilities, an attacker would need to have valid administrator credentials on the affected device. Cisco has not released software updates that address these vulnerabilities."
        }
      ],
      "exploits": [
        {
          "lang": "en",
          "value": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerabilities described in this advisory."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.2,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-121",
              "description": "CWE-121",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2021-01-13T21:36:43.000Z",
        "orgId": "d1c1063e-7a18-46af-9102-31f8928bc633",
        "shortName": "cisco"
      },
      "references": [
        {
          "name": "20210113 Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
          "tags": [
            "vendor-advisory",
            "x_refsource_CISCO"
          ],
          "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-rv-overflow-WUnUgv4U"
        }
      ],
      "source": {
        "advisory": "cisco-sa-rv-overflow-WUnUgv4U",
        "defect": [
          [
            "CSCvv65098",
            "CSCvv69398",
            "CSCvv71463",
            "CSCvv71466",
            "CSCvv71467",
            "CSCvv71468",
            "CSCvv79107",
            "CSCvv79109",
            "CSCvv79110",
            "CSCvv96729",
            "CSCvv96730",
            "CSCvv96732",
            "CSCvv96733",
            "CSCvv96738",
            "CSCvv96741",
            "CSCvv96742",
            "CSCvv96747",
            "CSCvv96748",
            "CSCvv96751",
            "CSCvv96755",
            "CSCvv96756",
            "CSCvv96757",
            "CSCvv96758",
            "CSCvv96759",
            "CSCvv96761",
            "CSCvv96762",
            "CSCvv96763",
            "CSCvv96764",
            "CSCvv96765",
            "CSCvv96767",
            "CSCvv96768",
            "CSCvv96771",
            "CSCvv96772",
            "CSCvv96799",
            "CSCvv96800",
            "CSCvv96801",
            "CSCvv96806",
            "CSCvv96807",
            "CSCvv96809",
            "CSCvv96810",
            "CSCvv96811",
            "CSCvv96812",
            "CSCvv96814",
            "CSCvv96817",
            "CSCvv96818",
            "CSCvv96820",
            "CSCvw04678",
            "CSCvw04779",
            "CSCvw04781",
            "CSCvw06813",
            "CSCvw06828",
            "CSCvw06832",
            "CSCvw06841",
            "CSCvw06846",
            "CSCvw06852",
            "CSCvw06860",
            "CSCvw06865",
            "CSCvw06868",
            "CSCvw06873",
            "CSCvw06874",
            "CSCvw06879",
            "CSCvw06880",
            "CSCvw06882",
            "CSCvw06894",
            "CSCvw06900",
            "CSCvw06902",
            "CSCvw06950",
            "CSCvw06958",
            "CSCvw06961",
            "CSCvw06962",
            "CSCvw06967",
            "CSCvw06971",
            "CSCvw06978",
            "CSCvw06981",
            "CSCvw06982",
            "CSCvw06987",
            "CSCvw06991",
            "CSCvw06992",
            "CSCvw06993",
            "CSCvw06998",
            "CSCvw07002",
            "CSCvw10473",
            "CSCvw10484",
            "CSCvw10487",
            "CSCvw49030",
            "CSCvw49034",
            "CSCvw49036",
            "CSCvw76488",
            "CSCvw91642"
          ]
        ],
        "discovery": "INTERNAL"
      },
      "title": "Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
      "x_legacyV4Record": {
        "CVE_data_meta": {
          "ASSIGNER": "psirt@cisco.com",
          "DATE_PUBLIC": "2021-01-13T16:00:00",
          "ID": "CVE-2021-1164",
          "STATE": "PUBLIC",
          "TITLE": "Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities"
        },
        "affects": {
          "vendor": {
            "vendor_data": [
              {
                "product": {
                  "product_data": [
                    {
                      "product_name": "Cisco Small Business RV Series Router Firmware",
                      "version": {
                        "version_data": [
                          {
                            "version_value": "n/a"
                          }
                        ]
                      }
                    }
                  ]
                },
                "vendor_name": "Cisco"
              }
            ]
          }
        },
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "lang": "eng",
              "value": "Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers could allow an authenticated, remote attacker to execute arbitrary code or cause an affected device to restart unexpectedly. The vulnerabilities are due to improper validation of user-supplied input in the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to execute arbitrary code as the root user on the underlying operating system or cause the device to reload, resulting in a denial of service (DoS) condition. To exploit these vulnerabilities, an attacker would need to have valid administrator credentials on the affected device. Cisco has not released software updates that address these vulnerabilities."
            }
          ]
        },
        "exploit": [
          {
            "lang": "en",
            "value": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerabilities described in this advisory."
          }
        ],
        "impact": {
          "cvss": {
            "baseScore": "7.2",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.0"
          }
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "eng",
                  "value": "CWE-121"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "20210113 Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
              "refsource": "CISCO",
              "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-rv-overflow-WUnUgv4U"
            }
          ]
        },
        "source": {
          "advisory": "cisco-sa-rv-overflow-WUnUgv4U",
          "defect": [
            [
              "CSCvv65098",
              "CSCvv69398",
              "CSCvv71463",
              "CSCvv71466",
              "CSCvv71467",
              "CSCvv71468",
              "CSCvv79107",
              "CSCvv79109",
              "CSCvv79110",
              "CSCvv96729",
              "CSCvv96730",
              "CSCvv96732",
              "CSCvv96733",
              "CSCvv96738",
              "CSCvv96741",
              "CSCvv96742",
              "CSCvv96747",
              "CSCvv96748",
              "CSCvv96751",
              "CSCvv96755",
              "CSCvv96756",
              "CSCvv96757",
              "CSCvv96758",
              "CSCvv96759",
              "CSCvv96761",
              "CSCvv96762",
              "CSCvv96763",
              "CSCvv96764",
              "CSCvv96765",
              "CSCvv96767",
              "CSCvv96768",
              "CSCvv96771",
              "CSCvv96772",
              "CSCvv96799",
              "CSCvv96800",
              "CSCvv96801",
              "CSCvv96806",
              "CSCvv96807",
              "CSCvv96809",
              "CSCvv96810",
              "CSCvv96811",
              "CSCvv96812",
              "CSCvv96814",
              "CSCvv96817",
              "CSCvv96818",
              "CSCvv96820",
              "CSCvw04678",
              "CSCvw04779",
              "CSCvw04781",
              "CSCvw06813",
              "CSCvw06828",
              "CSCvw06832",
              "CSCvw06841",
              "CSCvw06846",
              "CSCvw06852",
              "CSCvw06860",
              "CSCvw06865",
              "CSCvw06868",
              "CSCvw06873",
              "CSCvw06874",
              "CSCvw06879",
              "CSCvw06880",
              "CSCvw06882",
              "CSCvw06894",
              "CSCvw06900",
              "CSCvw06902",
              "CSCvw06950",
              "CSCvw06958",
              "CSCvw06961",
              "CSCvw06962",
              "CSCvw06967",
              "CSCvw06971",
              "CSCvw06978",
              "CSCvw06981",
              "CSCvw06982",
              "CSCvw06987",
              "CSCvw06991",
              "CSCvw06992",
              "CSCvw06993",
              "CSCvw06998",
              "CSCvw07002",
              "CSCvw10473",
              "CSCvw10484",
              "CSCvw10487",
              "CSCvw49030",
              "CSCvw49034",
              "CSCvw49036",
              "CSCvw76488",
              "CSCvw91642"
            ]
          ],
          "discovery": "INTERNAL"
        }
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "d1c1063e-7a18-46af-9102-31f8928bc633",
    "assignerShortName": "cisco",
    "cveId": "CVE-2021-1164",
    "datePublished": "2021-01-13T21:36:43.975Z",
    "dateReserved": "2020-11-13T00:00:00.000Z",
    "dateUpdated": "2024-11-12T20:43:02.402Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1"
}

CVE-2021-1165 (GCVE-0-2021-1165)

Vulnerability from cvelistv5 – Published: 2021-01-13 21:36 – Updated: 2024-11-12 20:43
VLAI
Title
Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities
Summary
Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers could allow an authenticated, remote attacker to execute arbitrary code or cause an affected device to restart unexpectedly. The vulnerabilities are due to improper validation of user-supplied input in the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to execute arbitrary code as the root user on the underlying operating system or cause the device to reload, resulting in a denial of service (DoS) condition. To exploit these vulnerabilities, an attacker would need to have valid administrator credentials on the affected device. Cisco has not released software updates that address these vulnerabilities.
CWE
Assigner
References
URL Tags
https://tools.cisco.com/security/center/content/C… vendor-advisoryx_refsource_CISCO
Impacted products
Date Public
2021-01-13 00:00
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-03T16:02:55.909Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "name": "20210113 Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
            "tags": [
              "vendor-advisory",
              "x_refsource_CISCO",
              "x_transferred"
            ],
            "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-rv-overflow-WUnUgv4U"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2021-1165",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-11-08T20:28:57.196351Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-11-12T20:43:08.847Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "Cisco Small Business RV Series Router Firmware",
          "vendor": "Cisco",
          "versions": [
            {
              "status": "affected",
              "version": "n/a"
            }
          ]
        }
      ],
      "datePublic": "2021-01-13T00:00:00.000Z",
      "descriptions": [
        {
          "lang": "en",
          "value": "Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers could allow an authenticated, remote attacker to execute arbitrary code or cause an affected device to restart unexpectedly. The vulnerabilities are due to improper validation of user-supplied input in the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to execute arbitrary code as the root user on the underlying operating system or cause the device to reload, resulting in a denial of service (DoS) condition. To exploit these vulnerabilities, an attacker would need to have valid administrator credentials on the affected device. Cisco has not released software updates that address these vulnerabilities."
        }
      ],
      "exploits": [
        {
          "lang": "en",
          "value": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerabilities described in this advisory."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.2,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-121",
              "description": "CWE-121",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2021-01-13T21:36:39.000Z",
        "orgId": "d1c1063e-7a18-46af-9102-31f8928bc633",
        "shortName": "cisco"
      },
      "references": [
        {
          "name": "20210113 Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
          "tags": [
            "vendor-advisory",
            "x_refsource_CISCO"
          ],
          "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-rv-overflow-WUnUgv4U"
        }
      ],
      "source": {
        "advisory": "cisco-sa-rv-overflow-WUnUgv4U",
        "defect": [
          [
            "CSCvv65098",
            "CSCvv69398",
            "CSCvv71463",
            "CSCvv71466",
            "CSCvv71467",
            "CSCvv71468",
            "CSCvv79107",
            "CSCvv79109",
            "CSCvv79110",
            "CSCvv96729",
            "CSCvv96730",
            "CSCvv96732",
            "CSCvv96733",
            "CSCvv96738",
            "CSCvv96741",
            "CSCvv96742",
            "CSCvv96747",
            "CSCvv96748",
            "CSCvv96751",
            "CSCvv96755",
            "CSCvv96756",
            "CSCvv96757",
            "CSCvv96758",
            "CSCvv96759",
            "CSCvv96761",
            "CSCvv96762",
            "CSCvv96763",
            "CSCvv96764",
            "CSCvv96765",
            "CSCvv96767",
            "CSCvv96768",
            "CSCvv96771",
            "CSCvv96772",
            "CSCvv96799",
            "CSCvv96800",
            "CSCvv96801",
            "CSCvv96806",
            "CSCvv96807",
            "CSCvv96809",
            "CSCvv96810",
            "CSCvv96811",
            "CSCvv96812",
            "CSCvv96814",
            "CSCvv96817",
            "CSCvv96818",
            "CSCvv96820",
            "CSCvw04678",
            "CSCvw04779",
            "CSCvw04781",
            "CSCvw06813",
            "CSCvw06828",
            "CSCvw06832",
            "CSCvw06841",
            "CSCvw06846",
            "CSCvw06852",
            "CSCvw06860",
            "CSCvw06865",
            "CSCvw06868",
            "CSCvw06873",
            "CSCvw06874",
            "CSCvw06879",
            "CSCvw06880",
            "CSCvw06882",
            "CSCvw06894",
            "CSCvw06900",
            "CSCvw06902",
            "CSCvw06950",
            "CSCvw06958",
            "CSCvw06961",
            "CSCvw06962",
            "CSCvw06967",
            "CSCvw06971",
            "CSCvw06978",
            "CSCvw06981",
            "CSCvw06982",
            "CSCvw06987",
            "CSCvw06991",
            "CSCvw06992",
            "CSCvw06993",
            "CSCvw06998",
            "CSCvw07002",
            "CSCvw10473",
            "CSCvw10484",
            "CSCvw10487",
            "CSCvw49030",
            "CSCvw49034",
            "CSCvw49036",
            "CSCvw76488",
            "CSCvw91642"
          ]
        ],
        "discovery": "INTERNAL"
      },
      "title": "Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
      "x_legacyV4Record": {
        "CVE_data_meta": {
          "ASSIGNER": "psirt@cisco.com",
          "DATE_PUBLIC": "2021-01-13T16:00:00",
          "ID": "CVE-2021-1165",
          "STATE": "PUBLIC",
          "TITLE": "Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities"
        },
        "affects": {
          "vendor": {
            "vendor_data": [
              {
                "product": {
                  "product_data": [
                    {
                      "product_name": "Cisco Small Business RV Series Router Firmware",
                      "version": {
                        "version_data": [
                          {
                            "version_value": "n/a"
                          }
                        ]
                      }
                    }
                  ]
                },
                "vendor_name": "Cisco"
              }
            ]
          }
        },
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "lang": "eng",
              "value": "Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers could allow an authenticated, remote attacker to execute arbitrary code or cause an affected device to restart unexpectedly. The vulnerabilities are due to improper validation of user-supplied input in the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to execute arbitrary code as the root user on the underlying operating system or cause the device to reload, resulting in a denial of service (DoS) condition. To exploit these vulnerabilities, an attacker would need to have valid administrator credentials on the affected device. Cisco has not released software updates that address these vulnerabilities."
            }
          ]
        },
        "exploit": [
          {
            "lang": "en",
            "value": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerabilities described in this advisory."
          }
        ],
        "impact": {
          "cvss": {
            "baseScore": "7.2",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.0"
          }
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "eng",
                  "value": "CWE-121"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "20210113 Cisco Small Business RV110W, RV130, RV130W, and RV215W Routers Management Interface Remote Command Execution and Denial of Service Vulnerabilities",
              "refsource": "CISCO",
              "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-rv-overflow-WUnUgv4U"
            }
          ]
        },
        "source": {
          "advisory": "cisco-sa-rv-overflow-WUnUgv4U",
          "defect": [
            [
              "CSCvv65098",
              "CSCvv69398",
              "CSCvv71463",
              "CSCvv71466",
              "CSCvv71467",
              "CSCvv71468",
              "CSCvv79107",
              "CSCvv79109",
              "CSCvv79110",
              "CSCvv96729",
              "CSCvv96730",
              "CSCvv96732",
              "CSCvv96733",
              "CSCvv96738",
              "CSCvv96741",
              "CSCvv96742",
              "CSCvv96747",
              "CSCvv96748",
              "CSCvv96751",
              "CSCvv96755",
              "CSCvv96756",
              "CSCvv96757",
              "CSCvv96758",
              "CSCvv96759",
              "CSCvv96761",
              "CSCvv96762",
              "CSCvv96763",
              "CSCvv96764",
              "CSCvv96765",
              "CSCvv96767",
              "CSCvv96768",
              "CSCvv96771",
              "CSCvv96772",
              "CSCvv96799",
              "CSCvv96800",
              "CSCvv96801",
              "CSCvv96806",
              "CSCvv96807",
              "CSCvv96809",
              "CSCvv96810",
              "CSCvv96811",
              "CSCvv96812",
              "CSCvv96814",
              "CSCvv96817",
              "CSCvv96818",
              "CSCvv96820",
              "CSCvw04678",
              "CSCvw04779",
              "CSCvw04781",
              "CSCvw06813",
              "CSCvw06828",
              "CSCvw06832",
              "CSCvw06841",
              "CSCvw06846",
              "CSCvw06852",
              "CSCvw06860",
              "CSCvw06865",
              "CSCvw06868",
              "CSCvw06873",
              "CSCvw06874",
              "CSCvw06879",
              "CSCvw06880",
              "CSCvw06882",
              "CSCvw06894",
              "CSCvw06900",
              "CSCvw06902",
              "CSCvw06950",
              "CSCvw06958",
              "CSCvw06961",
              "CSCvw06962",
              "CSCvw06967",
              "CSCvw06971",
              "CSCvw06978",
              "CSCvw06981",
              "CSCvw06982",
              "CSCvw06987",
              "CSCvw06991",
              "CSCvw06992",
              "CSCvw06993",
              "CSCvw06998",
              "CSCvw07002",
              "CSCvw10473",
              "CSCvw10484",
              "CSCvw10487",
              "CSCvw49030",
              "CSCvw49034",
              "CSCvw49036",
              "CSCvw76488",
              "CSCvw91642"
            ]
          ],
          "discovery": "INTERNAL"
        }
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "d1c1063e-7a18-46af-9102-31f8928bc633",
    "assignerShortName": "cisco",
    "cveId": "CVE-2021-1165",
    "datePublished": "2021-01-13T21:36:39.389Z",
    "dateReserved": "2020-11-13T00:00:00.000Z",
    "dateUpdated": "2024-11-12T20:43:08.847Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1"
}

Mitigation ID: MIT-10

Phases: Operation, Build and Compilation

Strategy: Environment Hardening

Description:

  • Use automatic buffer overflow detection mechanisms that are offered by certain compilers or compiler extensions. Examples include: the Microsoft Visual Studio /GS flag, Fedora/Red Hat FORTIFY_SOURCE GCC flag, StackGuard, and ProPolice, which provide various mechanisms including canary-based detection and range/index checking.
  • D3-SFCV (Stack Frame Canary Validation) from D3FEND [REF-1334] discusses canary-based detection in detail.
Mitigation

Phase: Architecture and Design

Description:

  • Use an abstraction library to abstract away risky APIs. Not a complete solution.
Mitigation

Phase: Implementation

Description:

  • Implement and perform bounds checking on input.
Mitigation

Phase: Implementation

Description:

  • Do not use dangerous functions such as gets. Use safer, equivalent functions which check for boundary errors.
Mitigation ID: MIT-11

Phases: Operation, Build and Compilation

Strategy: Environment Hardening

Description:

  • Run or compile the software using features or extensions that randomly arrange the positions of a program's executable and libraries in memory. Because this makes the addresses unpredictable, it can prevent an attacker from reliably jumping to exploitable code.
  • Examples include Address Space Layout Randomization (ASLR) [REF-58] [REF-60] and Position-Independent Executables (PIE) [REF-64]. Imported modules may be similarly realigned if their default memory addresses conflict with other modules, in a process known as "rebasing" (for Windows) and "prelinking" (for Linux) [REF-1332] using randomly generated addresses. ASLR for libraries cannot be used in conjunction with prelink since it would require relocating the libraries at run-time, defeating the whole purpose of prelinking.
  • For more information on these techniques see D3-SAOR (Segment Address Offset Randomization) from D3FEND [REF-1335].

No CAPEC attack patterns related to this CWE.

Back to CWE stats page