View Issue Details

IDProjectCategoryView StatusLast Update
0003075Kali LinuxKali Package Bugpublic2018-01-29 12:32
Reportermchineboy Assigned Tog0tmi1k  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionsuspended 
Product Version2016.1 
Summary0003075: kali-rolling armhf cryptsetup package NUKE not working?
Description

I've modified the kali-arm-build-scripts to produce encrypted images for rpi2.sh. While setting up the image on an x86_64 arch machine, the NUKE key applies properly:

cryptsetup -v -q --cipher aes-cbc-essiv:sha256 luksFormat ${rootp} .tempkey
cryptsetup -v -q --key-file .tempkey luksAddNuke ${rootp} .nukekey
cryptsetup -v -q luksOpen ${rootp} crypt_sdcard --key-file .tempkey
rm .tempkey
rm .nukekey

This code works as expected and properly produces an encrypted image that works perfectly.

However, when applying the "Nuke Key" on the rpi2, the nuke key unlocks the volume and does not produce the expected behavior of wiping the keys.

Steps To Reproduce

Produce an encrypted volume on x86_64.

Attempt to apply NUKE key on armhf.

Additional Information

I did apt-get source cryptsetup and have confirmed that the patch is indeed applied..?

Perhaps applying the NUKE key via batch mode is not supported?

Activities

g0tmi1k

g0tmi1k

2018-01-29 12:32

administrator   ~0008145

Due to the age of the OS (Kali Moto [v1], Kali Safi [v2], Kali Rolling 2016.x), these legacy versions are no longer supported.
We will be closing this ticket due to inactivity.

Please could you see if you are able to replicate this issue with the latest version of Kali Linux - https://www.kali.org/downloads/)?

If you are still facing the same problem, feel free to re-open the ticket. If you choose to do this, could you provide more information to the issue you are facing,and also give information about your setup?
For more information, please read: https://kali.training/topic/filing-a-good-bug-report/

Issue History

Date Modified Username Field Change
2016-02-17 00:13 mchineboy New Issue
2018-01-29 12:32 g0tmi1k Assigned To => g0tmi1k
2018-01-29 12:32 g0tmi1k Status new => closed
2018-01-29 12:32 g0tmi1k Resolution open => suspended
2018-01-29 12:32 g0tmi1k Note Added: 0008145