| Summary: |
VUL-0: CVE-2003-0289: security issues in cdrecord |
| Product: |
[Novell Products] SUSE Security Incidents
|
Reporter: |
Olaf Kirch <okir> |
| Component: |
Incidents | Assignee: |
Vladimir Nadvornik <nadvornik> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
Security Team bot <security-team> |
| Severity: |
Major
|
|
|
| Priority: |
P3 - Medium
|
CC: |
security-team
|
| Version: |
unspecified | |
|
| Target Milestone: |
--- | |
|
| Hardware: |
i386 | |
|
| OS: |
Linux | |
|
| Whiteboard: |
CVE-2003-0289: CVSS v2 Base Score: 7.2 (AV:L/AC:L/Au:N/C:C/I:C/A:C) |
|
Found By:
|
Other
|
Services Priority:
|
|
|
Business Priority:
|
|
Blocker:
|
---
|
|
Marketing QA Status:
|
---
|
IT Deployment:
|
---
|
| Attachments: |
Would have sworn I'd added it. Sorry.
|
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