Date: Fri, 05 Jan 2018 02:32:38 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224556] pw(8) does not check semantics of name Message-ID: <bug-224556-8-upzFWDXftv@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-224556-8@https.bugs.freebsd.org/bugzilla/> References: <bug-224556-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224556 Brooks Davis <brooks@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brooks@FreeBSD.org --- Comment #1 from Brooks Davis <brooks@FreeBSD.org> --- The pw_checkname() function is used to validate the username before any act= ions are taken and rejects names contain '/' (The whole list of bad characters i= s " ,\t:+&#%$^()!@~*?<>=3D|\\/\""). Thus a path in the name argument isn't pos= sible. At a glance the name also isn't used for anything but print output. I bel= ieve this isn't an issue. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224556-8-upzFWDXftv>