Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 13742] New: scribe add is potentially dangerous

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 13742] New: scribe add is potentially dangerous
  • Date: 27 Apr 2007 10:43:37 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13742

Summary: scribe add is potentially dangerous
Product: Sorcery
Version: 1.14.x
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P4
Component: Scribe
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: jakakranjc AT email.si


root@lynxlynx:/# scribe add /
Adding grimoire to from
Found an old grimoire directory, removing it...
rm -rf /
root@lynxlynx:/# scribe add / from http://www.hwaci.com/sw/sqlite/sqlite-
3.3.17.tar.gz
Adding grimoire to from http://www.hwaci.com/sw/sqlite/sqlite-3.3.17.tar.gz
Found an old grimoire directory, removing it...
rm -rf /
root@lynxlynx:/# scribe add /bin
Adding grimoire to from
Found an old grimoire directory, removing it...
rm -rf /bin
root@lynxlynx:/# scribe add /usr/bin
Adding grimoire to from
Found an old grimoire directory, removing it...
rm -rf /usr/bin
root@lynxlynx:/#

The rm -rf is printed, because I prefixed it with echo, otherwise the chroot
would be gone. I can't think of any nonmalicious reason why one would pass a
dir there though.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Sorcery-Bugs] [Bug 13742] New: scribe add is potentially dangerous, bugzilla-daemon, 04/27/2007

Archive powered by MHonArc 2.6.24.

Top of Page