NONE · 0

CVE-2025-68733

In the Linux kernel, the following vulnerability has been resolved: smack: fix bug: unprivileged task can create labels If an unprivileged task is allowed to relabel itself (/smack/relabel-self is n...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: smack: fix bug: unprivileged task can create labels If an unprivileged task is allowed to relabel itself (/smack/relabel-self is not empty), it can freely create new labels by writing their names into own /proc/PID/attr/smack/current This occurs because do_setattr() imports the provided label in advance, before checking "relabel-self" list. This change ensures that the "relabel-self" list is checked before importing the label.

References

FAQ

What is CVE-2025-68733?

CVE-2025-68733 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: smack: fix bug: unprivileged task can create labels If an unprivileged task is allowed to relabel itself (/smack/relabel-self is n...

How severe is CVE-2025-68733?

CVSS scoring is not yet available for CVE-2025-68733. Check NVD for updates.

Is there a patch for CVE-2025-68733?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.