Lines Matching refs:get_ext
16 | Affected | downstream usages of ``get_ext()`` and/or ``auth_nvctr()`` |
63 ``drivers/auth/mbedtls/mbedtls_x509_parser.c``. By design, ``get_ext()`` does
73 undefined on failure. In practice, this results in ``get_ext()`` continuing to
76 holds. The result is that it is possible for ``get_ext()`` to read memory past
94 ``get_ext()``, which means that the second bug is exploitable, so is the first.
99 validated prior to calling ``get_ext()``, or any function that calls ``get_ext()``.
102 always be done prior to any calls to ``get_ext()`` or ``auth_nvctr()`` in this
106 Furthermore, the data read through ``get_ext()`` only
109 impact this has. Specifically, the authentication framework uses ``get_ext()``
124 In summary, there are 2 separate issues - one in ``get_ext()`` and another one
136 ``get_ext()`` before cryptographic authentication.