Does the clipboard under kUbuntu's KDE System Tray > Extra Items "Clipboard" have the same security threats as the system clipboard?
The following articles point out the insecure nature of the clipboard:
Is clipboard secure?
Is a password in the clipboard vulnerable to attacks?
How can I protect myself from this kind of clipboard abuse?
Can a malware steal the content of the clipboard?
The reason I ask is because I just realized that when I use the program xsel to clear my clipboard:
sudo apt-get install xsel
xsel -bc
My system clipboard is clear but all the contents are still available from kUbuntu's
KDE System Tray > Extra Items "Clipboard".
Does it carry the same security concerns as the system clipboard?
Note: I am aware there are many points of vulnerability a system has as it relates to information in RAM and on disk. This question is specifically about contents in the known 'system' clipboard as discussed in the attached links, and unknown clipboards (other places I don't know about that store what I right-click-copy or CTRL + C). Clearing the clipboard is one of many security measures and has it's cases of uselessness in certain types of attacks. Nonetheless I am still curious about these 'other' clipboards and if their vulnerabilities are essentially the same as the system clipboard.