Modify ↓
Ticket #529 (closed defect: fixed)
public groups combined with dynamic groups implicitly makes probed groups public
Reported by: | [email protected]… | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 1.0.0 Release |
Component: | bcfg2-client | Version: | |
Keywords: | Cc: |
Description
There is unexpected behavior if you combine a public group with dynamic, probed groups - the probed groups are effectively now public. I believe dynamic group membership should be suppressed when a public group is specified.
- create a public group
- create a probe that returns group membership (e.g., 'group:gutsy')
- connect from a new client, specifying the public group w/ 'bcfg2 -p <groupname>'; this client should also be detected by the dynamic groups probe
You'll see the entries for both the specified public group are used, as well as the dynamic group. This could be exploited by a malicious client by forcing the probe to return the configuration info for a certain group, e.g., - 'group:kdc'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.