Bugzilla – Bug 33756
VUL-0: CVE-2003-0289: security issues in cdrecord
Last modified: 2021-09-28 08:20:18 UTC
There are several format strings bugs in cdrecord that allow local users to obtain root privileges. A patch is attached. #1 $ touch 1.wav $ cdrecord -d dev=REMOTE:user@%p%plocalhost:sg0:0,0,0 1.wav ... cdrecord: locuser: 'okir' rscsiuser: 'user' host: 'A2730BFFFCEAClocalhost' #2 $ cdrecord -d dev=%p%p%psg0:0,0,0 1.wav ... cdrecord: No such file or directory. Cannot open '0BFFFD054BFFFD044sg0'. #3 somewhere in scg_sprbytes; probably exploitable if you have a cd writer but not otherwise
I don't see any attached patch
Created attachment 10341 [details] Would have sworn I'd added it. Sorry.
The patch is added to STABLE. I don't think it worth to put it to older releases, because it has no suid by default.
CVE-2003-0289
CVE-2003-0289: CVSS v2 Base Score: 7.2 (AV:L/AC:L/Au:N/C:C/I:C/A:C)