Summary: | XSS Injection in KAddressbook | ||
---|---|---|---|
Product: | [Applications] kaddressbook | Reporter: | Mickaël <mprizee> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | montel, tokoe |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
URL: | http://www.securem.eu/test.vcf | ||
Latest Commit: | http://commits.kde.org/kdepimlibs/d5bb7c20544170e06ecaaeb21c747c3b8905fc63 | Version Fixed In: | |
Sentry Crash Report: |
Description
Mickaël
2012-08-14 22:58:13 UTC
Which application did you use to create this vcard (to understand how you create TEL field ?) this application missed to add type of phone. So it's normal. But perhaps we need to add default type. But need to know which apps do it. in thunderbird TEL field is not imported because type is missing too Oops, my fault for the TEL field, it was a hand-made vcard and I only read the Wikipedia page, I didn't know that the TYPE item was mandatory (isn't it ?) Thank you for solving this problem, however the security report is still open. Yes I saw problem with html Will look at it. Git commit d5bb7c20544170e06ecaaeb21c747c3b8905fc63 by Tobias Koenig. Committed on 13/10/2012 at 11:56. Pushed by tokoe into branch 'master'. Fix XSS issue in the contact viewer This was not really a security risk, since the used QTextBrowser has not way to access the network automatically, but fixing it right now makes it future-proof. M +13 -12 akonadi/contact/standardcontactformatter.cpp http://commits.kde.org/kdepimlibs/d5bb7c20544170e06ecaaeb21c747c3b8905fc63 |