-
Notifications
You must be signed in to change notification settings - Fork 100
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
Bundled jquery-ui library is vulnerable to an XSS #78
Comments
jquery* were upgraded in sympa-6.2 branch. This ticket will be kept open for debugging. |
The jquery update breaks the 'edit list config' dropdown menu in mailing list admin panel. |
Any errors shown in the JavaScript console? Which browser/version do you use?
…On November 8, 2017 7:02:00 PM GMT+01:00, xavierba ***@***.***> wrote:
The jquery update breaks the 'edit list config' dropdown menu in
mailing list admin panel.
Whatever item is selected in the dropdown menu will display the list
definition part of the config.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#78 (comment)
|
My bad, jquery-migrate.js is not installed because I've not ran autoconf. oops :-( |
I could not reproduce reported error with Chrome 62.0.3202.75 and Firefox 56.0.2. Version of scripts are:
|
Thanks for checking. The issue was actually (again) on my side, it worked with chromium (which I barely use) and worked again in Firefox after clearing the cache. Sorry for the noise. I'll retest when next beta release is available to double-check everything is in order. |
If another problem will not be reported by 14 Dec., I'll close this issue. |
Moved from issue #138. Clicking "View last bounce" link in subscriber information, it has no effect and following traceback is shown on console:
N.B. I saw traceback above with Chrome 62.0.3202.94 and Sympa 6.2.23b.2. |
With jquery-migrate 1.4.1 the problem seems not to reproduce. So I think we have at least three options:
Is there any others? |
The bundled jquery in sympa has been updated straight from 1.11.1 to 3.2.1, which is a 2 major versions bump. |
I see we had to use jquery-migrate 1.4. I'll check again if Sympa works with it. |
Ok, closed by now. |
sympa up to 6.2.22 is bundling jquery-ui 1.11.2 which is known to be vulnerable to an XSS.
http://www.cvedetails.com/cve/CVE-2016-7103/
The text was updated successfully, but these errors were encountered: