Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examine TLV bounding #375

Open
dccutrig opened this issue Dec 17, 2024 · 1 comment
Open

Examine TLV bounding #375

dccutrig opened this issue Dec 17, 2024 · 1 comment
Assignees

Comments

@dccutrig
Copy link
Contributor

Examine TLV bounding in Crypto_Process_Extended_Procedure_Pdu.

Need to ensure that TLV values in a packet are:

  1. Less than or equal to Max TLV Length (done, and fixed otherwise segfault - UTs exist) , and
  2. That TLV values make sense in the context of the length of both frames and space packets received

2 is a little more complicated and I can revisit

@dccutrig dccutrig self-assigned this Dec 17, 2024
dccutrig added a commit that referenced this issue Dec 18, 2024
… deactivating a bunch of keys. Tests are being worked pre-development
@dccutrig
Copy link
Contributor Author

Behold, an example of what mismatched lengths and corrupted values can currently do - and also the point of this issue:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant