Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
https-nj.gov---CVE-2018-14042 — न्यू जर्सी की आधिकारिक साइट की भेद्यता रिपोर्ट | Kitploit
उपकरण/GitHubGitHub/snorlyd/https-nj.gov---cve-2018-14042
भेद्यता विश्लेषणकोड विश्लेषणवेब सुरक्षापेपर और शोधलर्निंग और शिक्षा
GitHubsnorlyd/https-nj.gov---cve-2018-14042

https-nj.gov---CVE-2018-14042

न्यू जर्सी की आधिकारिक साइट की भेद्यता रिपोर्ट

रिपॉजिटरी देखें

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें
4 साल पहलेअभी तक समीक्षित नहीं

https-nj.gov---CVE-2018-14042

न्यू जर्सी आधिकारिक साइट की भेद्यता रिपोर्ट

Bootstrap 4.1.2 से पहले, मुख्य collapse डेटा विशेषता में XSS संभव है। data-target विशेषता, data-parent विशेषता और data-container क्रॉस-साइट स्क्रिप्टिंग हमलों के लिए असुरक्षित हैं।

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>

<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>

<button data-toggle="collapse" data-target="">Test</button>

RECOMMENDATION

इस विशिष्ट समस्या का समाधान getTargetFromTrigger फ़ंक्शन को बदलना हो सकता है:

return $(target) to:

return $(document.querySelector(target)) लेकिन ऐसा लगता है कि यही समस्या अन्य स्थानों पर भी मौजूद है।

यहाँ एक और उदाहरण है:

<a href="" data-dismiss="alert">Test</a>

REFERENCES

http://packetstormsecurity.com/files/152787/dotCMS-5.1.1-Vulnerable-Dependencies.html http://packetstormsecurity.com/files/156743/OctoberCMS-Insecure-Dependencies.html http://seclists.org/fulldisclosure/2019/May/10 http://seclists.org/fulldisclosure/2019/May/11 http://seclists.org/fulldisclosure/2019/May/13 https://access.redhat.com/errata/RHSA-2019:1456 https://blog.getbootstrap.com/2018/07/12/bootstrap-4-1-2/ https://github.com/twbs/bootstrap/issues/26423 https://github.com/twbs/bootstrap/issues/26627 https://github.com/twbs/bootstrap/pull/26630 https://lists.apache.org/thread.html/519eb0fd45642dcecd9ff74cb3e71c20a4753f7d82e2f07864b5108f@%3Cdev.drill.apache.org%3E https://lists.apache.org/thread.html/52e0e6b5df827ee7f1e68f7cc3babe61af3b2160f5d74a85469b7b0e@%3Cdev.superset.apache.org%3E https://lists.apache.org/thread.html/b0656d359c7d40ec9f39c8cc61bca66802ef9a2a12ee199f5b0c1442@%3Cdev.drill.apache.org%3E https://lists.apache.org/thread.html/f9bc3e55f4e28d1dcd1a69aae6d53e609a758e34d2869b4d798e13cc@%3Cissues.drill.apache.org%3E https://lists.apache.org/thread.html/r3dc0cac8d856bca02bd6997355d7ff83027dcfc82f8646a29b89b714@%3Cissues.hbase.apache.org%3E

टूल डाउनलोड करें
https://seclists.org/bugtraq/2019/May/18
https://www.oracle.com/security-alerts/cpuApr2021.html