๐จ CVE-2026-75954
Joomla Extension - cmsjunkie.com - SQL injection in trips search in J-BusinessDirectory < 6.2.3 - Search keywords and ORDER BY were concatenated into SQL. 6.2.3 quotes keywords and allow-lists the sort clause.
๐@cveNotify
Joomla Extension - cmsjunkie.com - SQL injection in trips search in J-BusinessDirectory < 6.2.3 - Search keywords and ORDER BY were concatenated into SQL. 6.2.3 quotes keywords and allow-lists the sort clause.
๐@cveNotify
Cmsjunkie
Joomla Extensions and Templates - CMS Junkie
CMS Junkie offers Joomla extensions and templates, themes and extensions for Drupal, Magento and Wordpress, premium top quality commercial products.
๐จ CVE-2026-75955
Joomla Extension - cmsjunkie.com - Reflected XSS / XML injection in J-BusinessDirectory < 6.2.3 - companyName from the request was written unescaped into an XML attribute.
๐@cveNotify
Joomla Extension - cmsjunkie.com - Reflected XSS / XML injection in J-BusinessDirectory < 6.2.3 - companyName from the request was written unescaped into an XML attribute.
๐@cveNotify
Cmsjunkie
Joomla Extensions and Templates - CMS Junkie
CMS Junkie offers Joomla extensions and templates, themes and extensions for Drupal, Magento and Wordpress, premium top quality commercial products.
๐จ CVE-2026-75956
Joomla Extension - cmsjunkie.com - DOS vector in pagination parameter handling in J-BusinessDirectory < 6.2.3 - Pagination values were not strictly typed. Array/non-numeric values (for example limitstart[]) could trigger PHP type errors in arithmetic, and limit was not validated before use in list queries.
๐@cveNotify
Joomla Extension - cmsjunkie.com - DOS vector in pagination parameter handling in J-BusinessDirectory < 6.2.3 - Pagination values were not strictly typed. Array/non-numeric values (for example limitstart[]) could trigger PHP type errors in arithmetic, and limit was not validated before use in list queries.
๐@cveNotify
Cmsjunkie
Joomla Extensions and Templates - CMS Junkie
CMS Junkie offers Joomla extensions and templates, themes and extensions for Drupal, Magento and Wordpress, premium top quality commercial products.
๐จ CVE-2026-76203
Incorrect Behavior Order: Validate Before Canonicalize in the report theme CSS sanitizer
in maalfer Pentestify 1.2.0 through 2.3.2 allows an authenticated user to force outbound
HTTP requests from other users' browsers, disclosing their IP address and User-Agent, via
CSS hex escapes that reconstruct the url() function and evade the sanitizer blocklist
๐@cveNotify
Incorrect Behavior Order: Validate Before Canonicalize in the report theme CSS sanitizer
in maalfer Pentestify 1.2.0 through 2.3.2 allows an authenticated user to force outbound
HTTP requests from other users' browsers, disclosing their IP address and User-Agent, via
CSS hex escapes that reconstruct the url() function and evade the sanitizer blocklist
๐@cveNotify
GitHub
fix(security): decode CSS escapes before CSS sanitizer blocklist (SSRโฆ ยท ccyl13/Pentestify@1ed1aad
โฆF bypass)
sanitize_css_source() blocked "url(" via a literal-substring regex, which
CSS hex escapes (e.g. "\75 rl(") evade entirely: browsers decode escapes
du...
sanitize_css_source() blocked "url(" via a literal-substring regex, which
CSS hex escapes (e.g. "\75 rl(") evade entirely: browsers decode escapes
du...
๐จ CVE-2026-76614
OpenEMR before 8.3.0 contains a path traversal vulnerability in the EDI archive restore function. The archrestore_sel POST parameter is passed to the archive restore handler without sanitization for path traversal sequences. The handler checks whether the supplied path exists on the filesystem, and the differing response messages leak whether the target path exists. An authenticated user with EOB Data Entry permissions can probe arbitrary filesystem paths on the server to determine file existence.
๐@cveNotify
OpenEMR before 8.3.0 contains a path traversal vulnerability in the EDI archive restore function. The archrestore_sel POST parameter is passed to the archive restore handler without sanitization for path traversal sequences. The handler checks whether the supplied path exists on the filesystem, and the differing response messages leak whether the target path exists. An authenticated user with EOB Data Entry permissions can probe arbitrary filesystem paths on the server to determine file existence.
๐@cveNotify
GitHub
chore: ACL improvements and misc to several staff endpoints (#13200) ยท openemr/openemr@7973cab
ACL improvements:
-
`interface/modules/custom_modules/oe-module-dorn/public/compendium_install.php`
- `library/ajax/person_search_ajax.php`
- `library/ajax/payment_ajax.php`
- `library/ajax/set_pt...
-
`interface/modules/custom_modules/oe-module-dorn/public/compendium_install.php`
- `library/ajax/person_search_ajax.php`
- `library/ajax/payment_ajax.php`
- `library/ajax/set_pt...
๐จ CVE-2020-6830
For native-to-JS bridging, the app requires a unique token to be passed that ensures non-app code can't call the bridging functions. That token was being used for JS-to-native also, but it isn't needed in this case, and its usage was also leaking this token. This vulnerability affects Firefox for iOS < 25.
๐@cveNotify
For native-to-JS bridging, the app requires a unique token to be passed that ensures non-app code can't call the bridging functions. That token was being used for JS-to-native also, but it isn't needed in this case, and its usage was also leaking this token. This vulnerability affects Firefox for iOS < 25.
๐@cveNotify
bugzilla.mozilla.org
1632387 - (CVE-2020-6830) Firefox iOS Security Token Hijack By Overriding window.webkit
RESOLVED (gkeeley) in Firefox for iOS - General. Last updated 2024-05-30.
๐จ CVE-2020-12404
For native-to-JS bridging the app requires a unique token to be passed that ensures non-app code can't call the bridging functions. That token could leak when used for downloading files. This vulnerability affects Firefox for iOS < 26.
๐@cveNotify
For native-to-JS bridging the app requires a unique token to be passed that ensures non-app code can't call the bridging functions. That token could leak when used for downloading files. This vulnerability affects Firefox for iOS < 26.
๐@cveNotify
bugzilla.mozilla.org
1631739 - (CVE-2020-12404) XSS from booby-trapped link on Firefox iOS Download Link Action
RESOLVED (gkeeley) in Firefox for iOS - General. Last updated 2024-05-30.
๐จ CVE-2020-12414
IndexedDB should be cleared when leaving private browsing mode and it is not, the API for WKWebViewConfiguration was being used incorrectly and requires the private instance of this object be deleted when leaving private mode. This vulnerability affects Firefox for iOS < 27.
๐@cveNotify
IndexedDB should be cleared when leaving private browsing mode and it is not, the API for WKWebViewConfiguration was being used incorrectly and requires the private instance of this object be deleted when leaving private mode. This vulnerability affects Firefox for iOS < 27.
๐@cveNotify
bugzilla.mozilla.org
1646756 - (CVE-2020-12414) Private window in firefox for iOS persists IndexedDB after closing all the tabs
RESOLVED (gkeeley) in Firefox for iOS - General. Last updated 2020-12-18.
๐จ CVE-2020-15661
A rogue webpage could override the injected WKUserScript used by the logins autofill, this exploit could result in leaking a password for the current domain. This vulnerability affects Firefox for iOS < 28.
๐@cveNotify
A rogue webpage could override the injected WKUserScript used by the logins autofill, this exploit could result in leaking a password for the current domain. This vulnerability affects Firefox for iOS < 28.
๐@cveNotify
bugzilla.mozilla.org
1654131 - (CVE-2020-15661) Rogue LoginsHelper (password manager) can be injected by untrusted web contents
RESOLVED (gkeeley) in Firefox for iOS - Login Management. Last updated 2024-05-30.
๐จ CVE-2020-15662
A rogue webpage could override the injected WKUserScript used by the download feature, this exploit could result in the user downloading an unintended file. This vulnerability affects Firefox for iOS < 28.
๐@cveNotify
A rogue webpage could override the injected WKUserScript used by the download feature, this exploit could result in the user downloading an unintended file. This vulnerability affects Firefox for iOS < 28.
๐@cveNotify
bugzilla.mozilla.org
1653827 - (CVE-2020-15662) Rogue download handler can be injected by any web contents
RESOLVED (gkeeley) in Firefox for iOS - Browser. Last updated 2024-05-30.
๐จ CVE-2020-15664
By holding a reference to the eval() function from an about:blank window, a malicious webpage could have gained access to the InstallTrigger object which would allow them to prompt the user to install an extension. Combined with user confusion, this could result in an unintended or malicious extension being installed. This vulnerability affects Firefox < 80, Thunderbird < 78.2, Thunderbird < 68.12, Firefox ESR < 68.12, Firefox ESR < 78.2, and Firefox for Android < 80.
๐@cveNotify
By holding a reference to the eval() function from an about:blank window, a malicious webpage could have gained access to the InstallTrigger object which would allow them to prompt the user to install an extension. Combined with user confusion, this could result in an unintended or malicious extension being installed. This vulnerability affects Firefox < 80, Thunderbird < 78.2, Thunderbird < 68.12, Firefox ESR < 68.12, Firefox ESR < 78.2, and Firefox for Android < 80.
๐@cveNotify
bugzilla.mozilla.org
1658214 - (CVE-2020-15664) InstallTrigger can take the principal from the wrong inner window when initialized
RESOLVED (kmaglione+bmo) in Toolkit - Add-ons Manager. Last updated 2024-05-30.
๐จ CVE-2020-15666
When trying to load a non-video in an audio/video context the exact status code (200, 302, 404, 500, 412, 403, etc.) was disclosed via the MediaError Message. This level of information leakage is inconsistent with the standardized onerror/onsuccess disclosure and can lead to inferring login status to services or device discovery on a local network among other attacks. This vulnerability affects Firefox < 80 and Firefox for Android < 80.
๐@cveNotify
When trying to load a non-video in an audio/video context the exact status code (200, 302, 404, 500, 412, 403, etc.) was disclosed via the MediaError Message. This level of information leakage is inconsistent with the standardized onerror/onsuccess disclosure and can lead to inferring login status to services or device discovery on a local network among other attacks. This vulnerability affects Firefox < 80 and Firefox for Android < 80.
๐@cveNotify
bugzilla.mozilla.org
1450853 - (CVE-2020-15666) MediaError message property leaks cross-origin response status
RESOLVED (sstreich) in Core - DOM: Security. Last updated 2024-05-30.
๐จ CVE-2020-15668
A lock was missing when accessing a data structure and importing certificate information into the trust database. This vulnerability affects Firefox < 80 and Firefox for Android < 80.
๐@cveNotify
A lock was missing when accessing a data structure and importing certificate information into the trust database. This vulnerability affects Firefox < 80 and Firefox for Android < 80.
๐@cveNotify
bugzilla.mozilla.org
1651520 - (CVE-2020-15668) ThreadSanitizer: data race [@ NSC_GetTokenInfo] vs. [@ NSC_CloseSession]
RESOLVED (jc) in NSS - Libraries. Last updated 2021-11-22.
๐จ CVE-2020-15670
Mozilla developers reported memory safety bugs present in Firefox for Android 79. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability affects Firefox < 80, Firefox ESR < 78.2, Thunderbird < 78.2, and Firefox for Android < 80.
๐@cveNotify
Mozilla developers reported memory safety bugs present in Firefox for Android 79. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability affects Firefox < 80, Firefox ESR < 78.2, Thunderbird < 78.2, and Firefox for Android < 80.
๐@cveNotify
๐จ CVE-2020-15671
When typing in a password under certain conditions, a race may have occured where the InputContext was not being correctly set for the input field, resulting in the typed password being saved to the keyboard dictionary. This vulnerability affects Firefox for Android < 80.
๐@cveNotify
When typing in a password under certain conditions, a race may have occured where the InputContext was not being correctly set for the input field, resulting in the typed password being saved to the keyboard dictionary. This vulnerability affects Firefox for Android < 80.
๐@cveNotify
bugzilla.mozilla.org
1653862 - (CVE-2020-15671) Firefox save gmail password into phone dicrtionarty
VERIFIED (m_kato) in GeckoView - General. Last updated 2020-12-18.
๐จ CVE-2020-12400
When converting coordinates from projective to affine, the modular inversion was not performed in constant time, resulting in a possible timing-based side channel attack. This vulnerability affects Firefox < 80 and Firefox for Android < 80.
๐@cveNotify
When converting coordinates from projective to affine, the modular inversion was not performed in constant time, resulting in a possible timing-based side channel attack. This vulnerability affects Firefox < 80 and Firefox for Android < 80.
๐@cveNotify
bugzilla.mozilla.org
1623116 - (CVE-2020-12400) P-384 and P-521 implementation uses a side-channel vulnerable modular inversion function
RESOLVED (bbeurdouche) in NSS - Libraries. Last updated 2021-11-22.
๐จ CVE-2020-12401
During ECDSA signature generation, padding applied in the nonce designed to ensure constant-time scalar multiplication was removed, resulting in variable-time execution dependent on secret data. This vulnerability affects Firefox < 80 and Firefox for Android < 80.
๐@cveNotify
During ECDSA signature generation, padding applied in the nonce designed to ensure constant-time scalar multiplication was removed, resulting in variable-time execution dependent on secret data. This vulnerability affects Firefox < 80 and Firefox for Android < 80.
๐@cveNotify
bugzilla.mozilla.org
1631573 - (CVE-2020-12401) ECDSA Timing Countermeasure Bypass
RESOLVED (bbeurdouche) in NSS - Libraries. Last updated 2021-09-23.
๐จ CVE-2020-6829
When performing EC scalar point multiplication, the wNAF point multiplication algorithm was used; which leaked partial information about the nonce used during signature generation. Given an electro-magnetic trace of a few signature generations, the private key could have been computed. This vulnerability affects Firefox < 80 and Firefox for Android < 80.
๐@cveNotify
When performing EC scalar point multiplication, the wNAF point multiplication algorithm was used; which leaked partial information about the nonce used during signature generation. Given an electro-magnetic trace of a few signature generations, the private key could have been computed. This vulnerability affects Firefox < 80 and Firefox for Android < 80.
๐@cveNotify
bugzilla.mozilla.org
1631583 - (CVE-2020-6829) Side channel attack on ECDSA signature generation
RESOLVED (kjacobs.bugzilla) in NSS - Libraries. Last updated 2024-06-17.
๐จ CVE-2020-26954
When accepting a malicious intent from other installed apps, Firefox for Android accepted manifests from arbitrary file paths and allowed declaring webapp manifests for other origins. This could be used to gain fullscreen access for UI spoofing and could also lead to cross-origin attacks on targeted websites. *Note: This issue only affected Firefox for Android. Other operating systems are unaffected.*. This vulnerability affects Firefox < 83.
๐@cveNotify
When accepting a malicious intent from other installed apps, Firefox for Android accepted manifests from arbitrary file paths and allowed declaring webapp manifests for other origins. This could be used to gain fullscreen access for UI spoofing and could also lead to cross-origin attacks on targeted websites. *Note: This issue only affected Firefox for Android. Other operating systems are unaffected.*. This vulnerability affects Firefox < 83.
๐@cveNotify
bugzilla.mozilla.org
1657026 - (CVE-2020-26954) Any websites can run with PWA privileges on Fenix
RESOLVED (s.kaspari) in Firefox for Android - General. Last updated 2024-05-30.
๐จ CVE-2020-26955
When a user downloaded a file in Firefox for Android, if a cookie is set, it would have been re-sent during a subsequent file download operation on the same domain, regardless of whether the original and subsequent request were in private and non-private browsing modes. *Note: This issue only affected Firefox for Android. Other operating systems are unaffected.*. This vulnerability affects Firefox < 83.
๐@cveNotify
When a user downloaded a file in Firefox for Android, if a cookie is set, it would have been re-sent during a subsequent file download operation on the same domain, regardless of whether the original and subsequent request were in private and non-private browsing modes. *Note: This issue only affected Firefox for Android. Other operating systems are unaffected.*. This vulnerability affects Firefox < 83.
๐@cveNotify
bugzilla.mozilla.org
1663261 - (CVE-2020-26955) Fenix file download request shares private browsing mode cookie
RESOLVED (amejiamarmol) in Firefox for Android - General. Last updated 2024-05-30.
๐จ CVE-2020-26957
OneCRL was non-functional in the new Firefox for Android due to a missing service initialization. This could result in a failure to enforce some certificate revocations. *Note: This issue only affected Firefox for Android. Other operating systems are unaffected.*. This vulnerability affects Firefox < 83.
๐@cveNotify
OneCRL was non-functional in the new Firefox for Android due to a missing service initialization. This could result in a failure to enforce some certificate revocations. *Note: This issue only affected Firefox for Android. Other operating systems are unaffected.*. This vulnerability affects Firefox < 83.
๐@cveNotify
bugzilla.mozilla.org
1667179 - (CVE-2020-26957) OneCRL does not appear to be working in Fenix
RESOLVED (agi) in GeckoView - General. Last updated 2022-06-02.