Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEC-2688: CVE-2014-3527 CAS Service Can Impersonate Another CAS Service When Using Proxy Tickets #2907

Closed
spring-projects-issues opened this issue Jul 24, 2014 · 0 comments
Assignees
Labels
in: cas An issue in spring-security-cas type: bug A general bug type: jira An issue that was migrated from JIRA
Milestone

Comments

@spring-projects-issues
Copy link

Rob Winch (Migrated from SEC-2688) said:

When using Spring Security's CAS Proxy ticket authentication a malicious CAS Service could trick another CAS Service into authenticating a proxy ticket that was not associated. This is due to the fact that the proxy ticket authentication uses the information from the HttpServletRequest which is populated based upon untrusted information within the HTTP request.

This means if there are access control restrictions on which CAS services can authenticate to one another, those restrictions can be bypassed.

If users are not using CAS Proxy tickets and not basing access control decisions based upon the CAS Service, then there is no impact to users.

Mitigation:
Users of affected versions should apply the following mitigation:

  • Users of 3.2.x should upgrade to 3.2.5
  • Users of 3.1.x should upgrade to 3.1.7

Credit:
This issue was identified by David Ohsie and brought to our attention by the CAS Development team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: cas An issue in spring-security-cas type: bug A general bug type: jira An issue that was migrated from JIRA
Projects
None yet
Development

No branches or pull requests

2 participants