CVE-2020-3228 - Improper Input Validation

Severity

86%

Complexity

39%

Confidentiality

66%

A vulnerability in Security Group Tag Exchange Protocol (SXP) in Cisco IOS Software, Cisco IOS XE Software, and Cisco NX-OS Software could allow an unauthenticated, remote attacker to cause the affected device to reload, resulting in a denial of service (DoS) condition. The vulnerability exists because crafted SXP packets are mishandled. An attacker could exploit this vulnerability by sending specifically crafted SXP packets to the affected device. A successful exploit could allow the attacker to cause the affected device to reload, resulting in a DoS condition.

CVSS 3.1 Base Score 8.6. CVSS Attack Vector: network. CVSS Attack Complexity: low. CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H).

CVSS 2.0 Base Score 7.8. CVSS Attack Vector: network. CVSS Attack Complexity: low. CVSS Vector: (AV:N/AC:L/Au:N/C:N/I:N/A:C).

Demo Examples

Improper Input Validation

CWE-20

This example demonstrates a shopping interaction in which the user is free to specify the quantity of items to be purchased and a total is calculated.


               
...

The user has no control over the price variable, however the code does not prevent a negative value from being specified for quantity. If an attacker were to provide a negative value, then the user would have their account credited instead of debited.

Improper Input Validation

CWE-20

This example asks the user for a height and width of an m X n game board with a maximum dimension of 100 squares.


               
.../* board dimensions */
die("No integer passed: Die evil hacker!\n");
die("No integer passed: Die evil hacker!\n");
die("Value too large: Die evil hacker!\n");

While this code checks to make sure the user cannot specify large, positive integers and consume too much memory, it does not check for negative values supplied by the user. As a result, an attacker can perform a resource consumption (CWE-400) attack against this program by specifying two, large negative values that will not overflow, resulting in a very large memory allocation (CWE-789) and possibly a system crash. Alternatively, an attacker can provide very large negative values which will cause an integer overflow (CWE-190) and unexpected behavior will follow depending on how the values are treated in the remainder of the program.

Improper Input Validation

CWE-20

The following example shows a PHP application in which the programmer attempts to display a user's birthday and homepage.


               
echo "Birthday: $birthday<br>Homepage: <a href=$homepage>click here</a>"

The programmer intended for $birthday to be in a date format and $homepage to be a valid URL. However, since the values are derived from an HTTP request, if an attacker can trick a victim into clicking a crafted URL with <script> tags providing the values for birthday and / or homepage, then the script will run on the client's browser when the web server echoes the content. Notice that even if the programmer were to defend the $birthday variable by restricting input to integers and dashes, it would still be possible for an attacker to provide a string of the form:


               
2009-01-09--

If this data were used in a SQL statement, it would treat the remainder of the statement as a comment. The comment could disable other security-related logic in the statement. In this case, encoding combined with input validation would be a more useful protection mechanism.

Furthermore, an XSS (CWE-79) attack or SQL injection (CWE-89) are just a few of the potential consequences when input validation is not used. Depending on the context of the code, CRLF Injection (CWE-93), Argument Injection (CWE-88), or Command Injection (CWE-77) may also be possible.

Improper Input Validation

CWE-20

This function attempts to extract a pair of numbers from a user-supplied string.


               
}
die("Did not specify integer value. Die evil hacker!\n");
/* proceed assuming n and m are initialized correctly */

This code attempts to extract two integer values out of a formatted, user-supplied input. However, if an attacker were to provide an input of the form:


               
123:

then only the m variable will be initialized. Subsequent use of n may result in the use of an uninitialized variable (CWE-457).

Improper Input Validation

CWE-20

The following example takes a user-supplied value to allocate an array of objects and then operates on the array.


               
}
list[0] = new Widget();
die("Negative value supplied for list size, die evil hacker!");

This example attempts to build a list from a user-specified value, and even checks to ensure a non-negative value is supplied. If, however, a 0 value is provided, the code will build an array of size 0 and then try to store a new Widget in the first location, causing an exception to be thrown.

Improper Input Validation

CWE-20

This application has registered to handle a URL when sent an intent:


               
}......
}
}
int length = URL.length();
...

The application assumes the URL will always be included in the intent. When the URL is not present, the call to getStringExtra() will return null, thus causing a null pointer exception when length() is called.

Overview

Type

Cisco IOS

First reported 4 years ago

2020-06-03 18:15:00

Last updated 4 years ago

2020-06-09 18:57:00

Affected Software

Cisco IOS 15.1(1)SY

15.1\(1\)sy

Cisco IOS 15.1(1)SY1

15.1\(1\)sy1

Cisco IOS 15.1(1)SY2

15.1\(1\)sy2

Cisco IOS 15.1(1)SY3

15.1\(1\)sy3

Cisco IOS 15.1(1)SY4

15.1\(1\)sy4

Cisco IOS 15.1(1)SY5

15.1\(1\)sy5

Cisco IOS 15.1(1)SY6

15.1\(1\)sy6

Cisco IOS 15.1(2)SY

15.1\(2\)sy

Cisco IOS 15.1(2)SY1

15.1\(2\)sy1

Cisco IOS 15.1(2)SY2

15.1\(2\)sy2

Cisco IOS 151.1(2)SY3

15.1\(2\)sy3

Cisco IOS 15.1(2)SY4

15.1\(2\)sy4

Cisco IOS 15.1(2)SY4A

15.1\(2\)sy4a

Cisco IOS 15.1(2)SY5

15.1\(2\)sy5

Cisco IOS 15.1(2)SY6

15.1\(2\)sy6

Cisco IOS 15.1(2)SY7

15.1\(2\)sy7

Cisco IOS 15.1(2)SY8

15.1\(2\)sy8

Cisco IOS 15.1(2)SY10

15.1\(2\)sy10

Cisco IOS 15.2(1)E

15.2\(1\)e

Cisco IOS 15.2(1)E1

15.2\(1\)e1

Cisco IOS 15.2(1)E2

15.2\(1\)e2

Cisco IOS 15.2(1)E3

15.2\(1\)e3

Cisco IOS 15.2(1)EY

15.2\(1\)ey

Cisco IOS 15.2(1)SY

15.2\(1\)sy

Cisco IOS 15.2(1)SY0A

15.2\(1\)sy0a

Cisco IOS 15.2(1)SY1

15.2\(1\)sy1

Cisco IOS 15.2(1)SY1A

15.2\(1\)sy1a

Cisco IOS 15.2(1)SY2

15.2\(1\)sy2

Cisco IOS 15.2(1)SY3

15.2\(1\)sy3

Cisco IOS 15.2(1)SY4

15.2\(1\)sy4

Cisco IOS 15.2(2)E

15.2\(2\)e

Cisco IOS 15.2(2)E1

15.2\(2\)e1

Cisco IOS 15.2(2)E2

15.2\(2\)e2

Cisco IOS 15.2(2)E3

15.2\(2\)e3

Cisco IOS 15.2(2)E4

15.2\(2\)e4

Cisco IOS 15.2(2)E5

15.2\(2\)e5

Cisco IOS 15.2(2)E5A

15.2\(2\)e5a

Cisco IOS 15.2(2)E5B

15.2\(2\)e5b

Cisco IOS 15.2(2)E6

15.2\(2\)e6

Cisco IOS 15.2(2)E7

15.2\(2\)e7

Cisco IOS 15.2(2)EA2

15.2\(2\)ea2

Cisco IOS 15.2(2)EA3

15.2\(2\)ea3

Cisco IOS 15.2(2)EB2

15.2\(2\)eb2

Cisco IOS 15.2(2)SY

15.2\(2\)sy

Cisco IOS 15.2(2)SY1

15.2\(2\)sy1

Cisco IOS 15.2(2)SY2

15.2\(2\)sy2

Cisco IOS 15.2(2)SY3

15.2\(2\)sy3

Cisco IOS 15.2(2a)E1

15.2\(2a\)e1

Cisco IOS 15.2(2a)E2

15.2\(2a\)e2

Cisco IOS 15.2(3)E

15.2\(3\)e

Cisco IOS 15.2(3)E1

15.2\(3\)e1

Cisco IOS 15.2(3)E3

15.2\(3\)e3

Cisco IOS 15.2(3)E5

15.2\(3\)e5

Cisco IOS 15.2(3)EA

15.2\(3\)ea

Cisco IOS 15.2(3a)E

15.2\(3a\)e

Cisco IOS 15.2(3M)E8

15.2\(3m\)e8

Cisco IOS 15.2(4)E

15.2\(4\)e

Cisco IOS 15.2(4)E1

15.2\(4\)e1

Cisco IOS 15.2(4)E3

15.2\(4\)e3

Cisco IOS 15.2(4)E4

15.2\(4\)e4

Cisco IOS 15.2(4)EA

15.2\(4\)ea

Cisco IOS 15.2(4)EA1

15.2\(4\)ea1

Cisco IOS 15.2(4)EA3

15.2\(4\)ea3

Cisco IOS 15.2(4)EA4

15.2\(4\)ea4

Cisco IOS 15.2(4)EC1

15.2\(4\)ec1

Cisco IOS 15.2(4)EC2

15.2\(4\)ec2

Cisco IOS 15.2(4M)E1

15.2\(4m\)e1

Cisco IOS 15.2(4M)E3

15.2\(4m\)e3

Cisco IOS 15.2(4N)E2

15.2\(4n\)e2

Cisco IOS 15.2(4O)E2

15.2\(4o\)e2

Cisco IOS 15.2(4P)E1

15.2\(4p\)e1

Cisco IOS 15.2(5)E1

15.2\(5\)e1

Cisco IOS 15.2(5)E2

15.2\(5\)e2

Cisco IOS 15.2(5)E2C

15.2\(5\)e2c

Cisco IOS 15.2(5)EA

15.2\(5\)ea

Cisco IOS 15.2(5A)E1

15.2\(5a\)e1

Cisco IOS 15.2(5b)E

15.2\(5b\)e

Cisco IOS 15.2(7)E

15.2\(7\)e

Cisco IOS 15.2(7)E0s

15.2\(7\)e0s

Cisco IOS 15.3(1)SY

15.3\(1\)sy

Cisco IOS 15.3(1)SY1

15.3\(1\)sy1

Cisco IOS 15.3(1)SY2

15.3\(1\)sy2

Cisco IOS 15.3(2)T

15.3\(2\)t

Cisco IOS 15.3(2)T1

15.3\(2\)t1

Cisco IOS 15.3(2)T2

15.3\(2\)t2

Cisco IOS 15.3(2)T3

15.3\(2\)t3

Cisco IOS 15.3(2)T4

15.3\(2\)t4

Cisco IOS 15.3(3)M

15.3\(3\)m

Cisco IOS 15.3(3)M1

15.3\(3\)m1

Cisco IOS 15.3(3)M2

15.3\(3\)m2

Cisco IOS 15.3(3)M3

15.3\(3\)m3

Cisco IOS 15.3(3)M4

15.3\(3\)m4

Cisco IOS 15.3(3)M5

15.3\(3\)m5

Cisco IOS 15.3(3)M6

15.3\(3\)m6

Cisco IOS 15.3(3)M7

15.3\(3\)m7

Cisco IOS 15.3(3)M8

15.3\(3\)m8

Cisco IOS 15.3(3)M9

15.3\(3\)m9

Cisco IOS 15.4(1)CG1

15.4\(1\)cg1

Cisco IOS 15.4(1)SY

15.4\(1\)sy

Cisco IOS 15.4(1)SY1

15.4\(1\)sy1

Cisco IOS 15.4(1)SY2

15.4\(1\)sy2

Cisco IOS 15.4(1)t

15.4\(1\)t

Cisco IOS 15.4(1)T1

15.4\(1\)t1

Cisco IOS 15.4(1)T2

15.4\(1\)t2

Cisco IOS 15.4(1)T3

15.4\(1\)t3

Cisco IOS 15.4(1)T4

15.4\(1\)t4

Cisco IOS 15.4(2)T

15.4\(2\)t

Cisco IOS 15.4(2)T1

15.4\(2\)t1

Cisco IOS 15.4(2)T2

15.4\(2\)t2

Cisco IOS 15.4(2)T3

15.4\(2\)t3

Cisco IOS 15.4(2)T4

15.4\(2\)t4

Cisco IOS 15.4(3)M

15.4\(3\)m

Cisco IOS 15.4(3)M1

15.4\(3\)m1

Cisco IOS 15.4(3)M2

15.4\(3\)m2

Cisco IOS 15.4(3)M3

15.4\(3\)m3

Cisco IOS 15.4(3)M4

15.4\(3\)m4

Cisco IOS 15.4(3)M5

15.4\(3\)m5

Cisco IOS 15.4(3)M6

15.4\(3\)m6

Cisco IOS 15.4(3)M7

15.4\(3\)m7

Cisco IOS 15.5(1)SY

15.5\(1\)sy

Cisco IOS 15.5(1)T

15.5\(1\)t

Cisco IOS 15.5(1)T1

15.5\(1\)t1

Cisco IOS 15.5(1)T2

15.5\(1\)t2

Cisco IOS 15.5(1)T3

15.5\(1\)t3

Cisco IOS 15.5(1)T4

15.5\(1\)t4

Cisco IOS 15.5(2)T

15.5\(2\)t

Cisco IOS 15.5(2)T1

15.5\(2\)t1

Cisco IOS 15.5(2)T2

15.5\(2\)t2

Cisco IOS 15.5(2)T3

15.5\(2\)t3

Cisco IOS 15.5(2)T4

15.5\(2\)t4

Cisco IOS 15.5(3)M

15.5\(3\)m

Cisco IOS 15.5(3)m1

15.5\(3\)m1

Cisco IOS 15.5(3)M2

15.5\(3\)m2

Cisco IOS 15.5(3)M3

15.5\(3\)m3

Cisco IOS 15.5(3)M4

15.5\(3\)m4

Cisco IOS 15.5(3)M5

15.5\(3\)m5

Cisco IOS 15.5(3)M6

15.5\(3\)m6

Cisco IOS 15.6(1)t0a

15.6\(1\)t0a

Cisco IOS 15.6(3)M

15.6\(3\)m

Cisco IOS 15.6(3)M2

15.6\(3\)m2

Cisco IOS 15.6(3)M2A

15.6\(3\)m2a

Cisco IOS 15.6(3)M3

15.6\(3\)m3

Cisco IOS XE 3.3.0SE

3.3.0se

Cisco IOS XE 3.3.1SE

3.3.1se

Cisco IOS XE 3.5.0E

3.5.0e

Cisco IOS XE 3.5.1E

3.5.1e

Cisco IOS XE 3.5.2E

3.5.2e

Cisco IOS XE 3.6.5AE

3.6.5ae

Cisco IOS XE 3.6.5BE

3.6.5be

Cisco IOS XE 3.6.5E

3.6.5e

Cisco IOS XE 3.6.6E

3.6.6e

Cisco IOS XE 3.6.7E

3.6.7e

Cisco IOS XE 3.7.5E

3.7.5e

Cisco IOS XE 3.8.2E

3.8.2e

Cisco IOS XE 3.9.0AS

3.9.0as

Cisco IOS XE 3.9.0s

3.9.0s

Cisco IOS XE 3.9.1s

3.9.1s

Cisco IOS XE 3.9.2E

3.9.2e

Cisco IOS XE 3.9.2S

3.9.2s

Cisco IOS XE 3.10.0S

3.10.0s

Cisco IOS XE 3.10.1S

3.10.1s

Cisco IOS XE 3.10.2S

3.10.2s

Cisco IOS XE 3.10.3S

3.10.3s

Cisco IOS XE 3.10.5S

3.10.5s

Cisco IOS XE 3.10.6S

3.10.6s

Cisco IOS XE 3.10.7S

3.10.7s

Cisco IOS XE 3.11.0S

3.11.0s

Cisco IOS XE 3.11.1S

3.11.1s

Cisco IOS XE 3.11.2S

3.11.2s

Cisco IOS XE 3.12.0AS

3.12.0as

Cisco IOS XE 3.14.0S

3.14.0s

Cisco IOS XE 3.14.1S

3.14.1s

Cisco IOS XE 3.14.2S

3.14.2s

Cisco IOS XE 3.14.3S

3.14.3s

Cisco IOS XE 3.14.4S

3.14.4s

Cisco IOS XE 3.15.1cS

3.15.1cs

Cisco IOS XE 3.15.4S

3.15.4s

Cisco IOS XE 3.16.0cS

3.16.0cs

Cisco IOS XE 3.16.1AS

3.16.1as

Cisco IOS XE 3.16.1S

3.16.1s

Cisco IOS XE 3.16.2BS

3.16.2bs

Cisco IOS XE 3.17.1AS

3.17.1as

Cisco IOS XE 3.17.2S

3.17.2s

Cisco IOS XE 3.18.0AS

3.18.0as

Cisco IOS XE 16.1.1

16.1.1

Cisco IOS XE 16.3.4

16.3.4

Cisco IOS XE 16.4.2

16.4.2

Cisco IOS XE 16.5.1

16.5.1

Cisco IOS XE 16.5.1B

16.5.1b

Cisco IOS XE16.9.1

16.9.1

Cisco IOS XE 16.9.3

16.9.3

Cisco IOS XE 16.11.1

16.11.1

Cisco IOS XE 16.10.1

16.10.1

Cisco IOS 12.2(6)I1

12.2\(6\)i1

Cisco IOS 15.1(2)SY12

15.1\(2\)sy12

Cisco IOS 15.1(2)SY13

15.1\(2\)sy13

Cisco IOS 15.1(2)SY14

15.1\(2\)sy14

Cisco IOS 15.2(1)SY5

15.2\(1\)sy5

Cisco IOS 15.2(1)SY6

15.2\(1\)sy6

Cisco IOS 15.2(1)SY7

15.2\(1\)sy7

Cisco IOS 15.2(1)SY8

15.2\(1\)sy8

Cisco IOS 15.2(2)E7B

15.2\(2\)e7b

Cisco IOS 15.2(2)E8

15.2\(2\)e8

Cisco IOS 15.2(2)E9

15.2\(2\)e9

Cisco IOS 15.2(2)E9A

15.2\(2\)e9a

Cisco IOS 15.2(2)E10

15.2\(2\)e10

Cisco IOS 15.2(2B)E

15.2\(2b\)e

Cisco IOS 15.2(3M)E7

15.2\(3m\)e7

Cisco IOS 15.2(4)E5

15.2\(4\)e5

Cisco IOS 15.2(4)E5A

15.2\(4\)e5a

Cisco IOS 15.2(4)E6

15.2\(4\)e6

Cisco IOS 15.2(4)E7

15.2\(4\)e7

Cisco IOS 15.2(4)E8

15.2\(4\)e8

Cisco IOS 15.2(4)EA2

15.2\(4\)ea2

Cisco IOS 15.2(4)EA6

15.2\(4\)ea6

Cisco IOS 15.2(4)EA7

15.2\(4\)ea7

Cisco IOS 15.2(4)EA8

15.2\(4\)ea8

Cisco IOS 15.2(4)EA9

15.2\(4\)ea9

Cisco IOS 15.2(4M)E2

15.2\(4m\)e2

Cisco IOS 15.2(4O)E3

15.2\(4o\)e3

Cisco IOS 15.2(4Q)E1

15.2\(4q\)e1

Cisco IOS 15.2(4S)E1

15.2\(4s\)e1

Cisco IOS 15.2(6)E

15.2\(6\)e

Cisco IOS 15.2(6)E0A

15.2\(6\)e0a

Cisco IOS 15.2(6)E0C

15.2\(6\)e0c

Cisco IOS 15.2(6)E1

15.2\(6\)e1

Cisco IOS 15.2(6)E1A

15.2\(6\)e1a

Cisco IOS 15.2(6)E1S

15.2\(6\)e1s

Cisco IOS 15.2(6)E2

15.2\(6\)e2

Cisco IOS 15.2(6)E2A

15.2\(6\)e2a

Cisco IOS 15.2(6)E3

15.2\(6\)e3

Cisco IOS 15.2(6)E4

15.2\(6\)e4

Cisco IOS 15.2(6)EB

15.2\(6\)eb

Cisco IOS 15.2(7)E0A

15.2\(7\)e0a

Cisco IOS 15.2(7)E0B

15.2\(7\)e0b

Cisco IOS 15.3(0)SY

15.3\(0\)sy

Cisco IOS 15.3(3)JAA1

15.3\(3\)jaa1

Cisco IOS 15.3(3)JPI

15.3\(3\)jpi

Cisco IOS 15.3(3)JPJ

15.3\(3\)jpj

Cisco IOS 15.3(3)M10

15.3\(3\)m10

Cisco IOS 15.3(3)XB12

15.3\(3\)xb12

Cisco IOS 15.4(1)SY3

15.4\(1\)sy3

Cisco IOS 15.4(1)SY4

15.4\(1\)sy4

Cisco IOS 15.5(1)SY2

15.5\(1\)sy2

Cisco IOS 15.5(1)SY3

15.5\(1\)sy3

Cisco IOS 15.5(3)M9

15.5\(3\)m9

Cisco IOS 15.6(2)T0A

15.6\(2\)t0a

Cisco IOS 15.6(3)M4

15.6\(3\)m4

Cisco IOS 15.6(3)M6

15.6\(3\)m6

Cisco IOS 15.6(3)M6A

15.6\(3\)m6a

Cisco IOS 15.7(3)M4

15.7\(3\)m4

Cisco IOS 15.7(3)M4A

15.7\(3\)m4a

Cisco IOS 15.7(3)M4B

15.7\(3\)m4b

Cisco IOS 15.8(3)M1

15.8\(3\)m1

Cisco IOS 15.8(3)M1A

15.8\(3\)m1a

Cisco IOS 15.8(3)M2

15.8\(3\)m2

Cisco IOS 15.9(3)M0A

15.9\(3\)m0a

Cisco IOS XE 3.6.0AE

3.6.0ae

Cisco IOS XE 3.6.0BE

3.6.0be

Cisco IOS XE 3.6.7AE

3.6.7ae

Cisco IOS XE 3.6.7BE

3.6.7be

Cisco IOS XE 3.6.8E

3.6.8e

Cisco IOS XE 3.6.9AE

3.6.9ae

Cisco IOS XE 3.6.9E

3.6.9e

Cisco IOS XE 3.6.10E

3.6.10e

Cisco IOS XE 3.7.2E

3.7.2e

Cisco IOS XE 3.8.5AE

3.8.5ae

Cisco IOS XE 3.8.5E

3.8.5e

Cisco IOS XE 3.8.7E

3.8.7e

Cisco IOS XE 3.8.8E

3.8.8e

Cisco IOS XE 3.9.2BE

3.9.2be

Cisco IOS XE 3.10.0CE

3.10.0ce

Cisco IOS XE 3.10.0E

3.10.0e

Cisco IOS XE 3.10.1AE

3.10.1ae

Cisco IOS XE 3.10.1E

3.10.1e

Cisco IOS XE 3.10.1SE

3.10.1se

Cisco IOS XE 3.10.2AS

3.10.2as

Cisco IOS XE 3.10.2E

3.10.2e

Cisco IOS XE 3.10.3E

3.10.3e

Cisco IOS XE 3.10.10S

3.10.10s

Cisco IOS XE 3.11.0E

3.11.0e

Cisco IOS XE 3.13.3S

3.13.3s

Cisco IOS XE 3.13.6BS

3.13.6bs

Cisco IOS XE 3.13.10S

3.13.10s

Cisco IOS XE 3.16.4CS

3.16.4cs

Cisco IOS XE 3.16.4ES

3.16.4es

Cisco IOS XE 3.16.4GS

3.16.4gs

Cisco IOS XE 3.16.5AS

3.16.5as

Cisco IOS XE 3.16.5BS

3.16.5bs

Cisco IOS XE 3.16.7AS

3.16.7as

Cisco IOS XE 3.16.7BS

3.16.7bs

Cisco IOS XE 3.16.8S

3.16.8s

Cisco IOS XE 3.16.9S

3.16.9s

Cisco IOS XE 3.16.10S

3.16.10s

Cisco IOS XE 3.18.3ASP

3.18.3asp

Cisco IOS XE 3.18.3BSP

3.18.3bsp

Cisco IOS XE 3.18.4SP

3.18.4sp

Cisco IOS XE 3.18.5SP

3.18.5sp

Cisco IOS XE 3.18.6SP

3.18.6sp

Cisco IOS XE 16.3.5

16.3.5

Cisco IOS XE 16.3.7

16.3.7

Cisco IOS XE 16.3.8

16.3.8

Cisco IOS XE 16.4.3

16.4.3

Cisco IOS XE 16.5.2

16.5.2

Cisco IOS XE 16.5.3

16.5.3

Cisco IOS XE 16.6.4

16.6.4

Cisco IOS XE 16.6.4A

16.6.4a

Cisco IOS XE 16.6.4S

16.6.4s

Cisco IOS XE 16.6.5B

16.6.5b

Cisco IOS XE 16.6.6

16.6.6

Cisco IOS XE 16.7.3

16.7.3

Cisco IOS XE 16.8.1A

16.8.1a

Cisco IOS XE 16.8.1C

16.8.1c

Cisco IOS XE 16.8.1S

16.8.1s

Cisco IOS XE 16.8.2

16.8.2

Cisco IOS XE 16.8.3

16.8.3

Cisco IOS XE 16.9.1A

16.9.1a

Cisco IOS XE 16.9.1C

16.9.1c

Cisco IOS XE 16.9.1D

16.9.1d

Cisco IOS XE 16.9.1S

16.9.1s

Cisco IOS XE 16.9.2

16.9.2

Cisco IOS XE 16.9.2S

16.9.2s

Cisco IOS XE 16.9.3A

16.9.3a

Cisco IOS XE 16.9.3S

16.9.3s

Cisco IOS XE 16.10.1A

16.10.1a

Cisco IOS XE 16.10.1B

16.10.1b

Cisco IOS XE 16.10.1E

16.10.1e

Cisco IOS XE 16.10.1S

16.10.1s

Cisco IOS XE 16.10.2

16.10.2

Cisco IOS 15.4(3)M7A

15.4\(3\)m7a

Cisco IOS 15.4(3)M8

15.4\(3\)m8

Cisco IOS 15.5(3)M4B

15.5\(3\)m4b

Cisco IOS 15.5(3)M4C

15.5\(3\)m4c

Cisco IOS 15.5(3)M6A

15.5\(3\)m6a

Cisco IOS 15.6(3)M1A

15.6\(3\)m1a

Cisco IOS 15.6(3)M3A

15.6\(3\)m3a

Cisco IOS 15.7(3)M0A

15.7\(3\)m0a

Cisco IOS 15.7(3)M1

15.7\(3\)m1

Cisco IOS 15.7(3)M2

15.7\(3\)m2

Stay updated

ExploitPedia is constantly evolving. Sign up to receive a notification when we release additional functionality.

Get in touch

If you'd like to report a bug or have any suggestions for improvements then please do get in touch with us using this form. We will get back to you as soon as we can.