-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Highest
-
Component/s: Space - Team Calendar
-
Environment:
Confluence 5.3.1, hosted locally.
-
Severity 3 - Minor
NOTE: This bug report is for Confluence Cloud. Using Confluence Server? See the corresponding bug report.
I discovered that calendar subscriptions not only store user credentials, but do so unencrypted!!! There is really no excuse for this.
Subscribe to a calendar by url, then in the DB :
SELECT TOP 1000 [ID]
,[KEY]
,[SUB_CALENDAR_ID]
,[VALUE]
FROM [YOUR-DB-NAME].[dbo].[AO_950DC3_TC_SUBCALS_PROPS]
As an enterprise client, who's authentication is linked via ldap, this is completely unacceptable and probably a PCI compliance violation too.
- is related to
-
CONFSERVER-48402 Adding Subscription Cal by URL stores user password unencrypted
-
- Closed
-