[Bug 712662] Re: network redirection has been enabled

2011-04-05 Thread Jamie Strandboge
** Changed in: bash (Ubuntu) Milestone: later = None ** Changed in: bash (Ubuntu) Status: In Progress = Won't Fix ** Changed in: bash (Ubuntu) Assignee: Kees Cook (kees) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 712662] Re: network redirection has been enabled

2011-04-04 Thread Kate Stewart
** Changed in: bash (Ubuntu Natty) Milestone: ubuntu-11.04-beta-1 = None ** Changed in: bash (Ubuntu) Milestone: ubuntu-11.04-beta-1 = later -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 712662] Re: network redirection has been enabled

2011-03-22 Thread Kees Cook
** Changed in: bash (Ubuntu Natty) Assignee: Matthias Klose (doko) = Kees Cook (kees) ** Changed in: bash (Ubuntu Natty) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 712662] Re: network redirection has been enabled

2011-03-22 Thread Kees Cook
Well, as much as the shell is a separate class of execution environment, it seems the trouble is mostly with strict AppArmor profile writing. Metacharacter vulnerabilities would allow the execution of other tools that do allow networking (nc, perl, python, awk). The only kind of attack that would

[Bug 712662] Re: network redirection has been enabled

2011-03-01 Thread Martin Pitt
** Changed in: bash (Ubuntu Natty) Milestone: natty-alpha-3 = ubuntu-11.04-beta-1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/712662 Title: network redirection has been enabled --

[Bug 712662] Re: network redirection has been enabled

2011-02-14 Thread Philipp Kern
Shouldn't you instead add an ability to confine network access instead of deleting support for network access from an interpreter? Don't you have the same issue with other interpreters? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 712662] Re: network redirection has been enabled

2011-02-14 Thread Jamie Strandboge
To Phillip, AppArmor mediates networking (albeit in a coarse-grained fashion). For an application that doesn't require network access, there is no issue with profiling, because the profile for the application wouldn't allow network access, so any attempt to use bash' network redirection would be

[Bug 712662] Re: network redirection has been enabled

2011-02-07 Thread Kees Cook
** Changed in: bash (Ubuntu Natty) Assignee: (unassigned) = Matthias Klose (doko) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/712662 Title: network redirection has been enabled --

[Bug 712662] Re: network redirection has been enabled

2011-02-03 Thread Kees Cook
** This bug has been flagged as a security vulnerability -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/712662 Title: network redirection has been enabled -- ubuntu-bugs mailing list

[Bug 712662] Re: network redirection has been enabled

2011-02-03 Thread Marc Deslauriers
This makes AppArmor confinement of services that have bash scripts hard, as the /dev/* devices are emulated by bash, and are not actually in the filesystem. ** Changed in: bash (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 712662] Re: network redirection has been enabled

2011-02-03 Thread Jamie Strandboge
To elaborate based on discussions amont the ubuntu-security team: It is more than just confinement by AppArmor, it is any LSM. The kernel doesn't have an implementation for mediating /dev/tcp or /dev/udp. As a hypothetical example, consider an application confined by AppArmor, which has this

[Bug 712662] Re: network redirection has been enabled

2011-02-03 Thread Kees Cook
** Changed in: bash (Ubuntu) Importance: Undecided = High ** Also affects: bash (Ubuntu Karmic) Importance: Undecided Status: New ** Also affects: bash (Ubuntu Lucid) Importance: Undecided Status: New ** Also affects: bash (Ubuntu Maverick) Importance: Undecided