My university is currently undergoing paid internship applications. Past terms have had a large number of positions available, but this term, as one might expect, there are not many positions available and the field has become very competitive.
The web-app has every student upload an HTML formatted resume which is "Validated" server-side.
While updating my resume, I discovered a persistent cross-site scripting vulnerability which allows a malicious HTML resume to change their apparent grades, major, classes taken, past internship information, any information in the application package employers will see.
Worse yet, I suspect the XSS allows for session hijacking of employers.
I decided to Do The Right Thing™ and put my white hat on. I informed the officials in charge of handling fraudulent applications in a very detailed e-mail and gave a proof-of-concept HTML resume and described two possible fixes. They quickly responded by thanking me and telling me that the maintainers of the site will be notified.
The vulnerability is still present and employers will be receiving the application packages within a few days.
I fear that many students might be exploiting this and doctoring their applications to give them an advantage in this competitive time.
Should I attempt to inform the employers that this vulnerability exists?
I've thought of changing all my grades and internship reviews to perfect for my applications to security jobs and putting a button to toggle showing my actual grades and inform the employer that they should check the HTML source to get everyone's un-tampered applications.
This would make my resume stand out enormously and would inform only employers in the security field.
Ethically, am I throwing away my career if I inform my potential employers?
PS: I am not considering using the vulnerability to doctor my applications without making it abundantly clear to the employer than it is possible to alter the information. That, would be clearly wrong, could get my expelled without a diploma and may be illegal where I reside. My actual performance in school is sufficient to get me a job without cheating.