Lucene search
+L

723 matches found

OSV
OSV
added 2024/04/01 9:15 a.m.7 views

DEBIAN-CVE-2024-26654

In the Linux kernel, the following vulnerability has been resolved: ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs The dreamcastcard-timer could schedule the spudmawork and the spudmawork could also arm the dreamcastcard-timer. When the sndpcmsubstream is closing, the aicachannel wi...

7CVSS5.4AI score0.00257EPSS
SaveExploits0References1
Rapid7 Blog
Rapid7 Blog
added 2024/03/08 5:0 p.m.92 views

Metasploit Wrap-Up 03/08/2024

New module content 2 GitLab Tags RSS feed email disclosure Authors: erruquill and n00bhaxor Type: Auxiliary Pull request: 18821 contributed by n00bhaxor Path: gather/gitlabtagsrssfeedemaildisclosure AttackerKB reference: CVE-2023-5612 Description: This adds an auxiliary module that leverages an...

7.5CVSS6AI score0.99753EPSS
SaveExploits27
OSV
OSV
added 2024/03/06 11:16 a.m.44 views

BIT-TENSORFLOW-2021-41202 Overflow/crash in `tf.range`

TensorFlow is an open source platform for machine learning. In affected versions while calculating the size of the output within the tf.range kernel, there is a conditional statement of type int64 = condition ? int64 : double. Due to C++ implicit conversion rules, both branches of the condition...

5.5CVSS5.5AI score0.00202EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/06 11:11 a.m.27 views

BIT-TYPO3-2020-15241

TYPO3 Fluid Engine package typo3fluid/fluid before versions 2.0.5, 2.1.4, 2.2.1, 2.3.5, 2.4.1, 2.5.5 or 2.6.1 is vulnerable to cross-site scripting when making use of the ternary conditional operator in templates like showFullName ? fullName : defaultValue. Updated versions of this package are...

6.1CVSS5.1AI score0.00966EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/01 10:15 p.m.4 views

UBUNTU-CVE-2021-47073

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-smbios-wmi: Fix oops on rmmod dellsmbios initdellsmbioswmi only registers the dellsmbioswmidriver on systems where the Dell WMI interface is supported. While exitdellsmbioswmi unregisters it unconditionally, th...

5.5CVSS6.1AI score0.00241EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2024/02/18 12:0 a.m.23 views

GLSA-202402-12 : GNU Tar: Out of Bounds Read

The remote host is affected by the vulnerability described in GLSA-202402-12 GNU Tar: Out of Bounds Read - GNU Tar through 1.34 has a one-byte out-of-bounds read that results in use of uninitialized memory for a conditional jump. Exploitation to change the flow of control has not been demonstrate...

5.5CVSS6.6AI score0.04524EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2024/01/10 12:0 a.m.6 views

Apache Answer Competition Condition Problem Vulnerability

Apache Answer is a community platform of the Apache USA Foundation. Apache Answer version 1.2.0 and prior versions suffer from a Competing Conditional Questions vulnerability that stems from the fact that repeated submissions via scripting can increase the number of questions collected many times...

3.1CVSS6.6AI score0.00891EPSS
SaveExploits0References3
Microsoft KB
Microsoft KB
added 2023/12/12 8:0 a.m.84 views

December 12, 2023—KB5033369 (OS Build 22000.2652)

None None...

8.8CVSS6.8AI score0.92817EPSS
SaveExploits2
NVD
NVD
added 2023/12/08 4:15 p.m.24 views

CVE-2023-48403

In smsDecodeCodedTpMsg of smsPduCodec.c, there is a possible out of bounds read due to a heap buffer overflow. This could lead to remote information disclosure if the attacker is able to observe the behavior of the subsequent switch conditional with no additional execution privileges needed. User...

7.5CVSS0.00413EPSS
SaveExploits0References1
Prion
Prion
added 2023/12/08 4:15 p.m.20 views

Heap overflow

In smsDecodeCodedTpMsg of smsPduCodec.c, there is a possible out of bounds read due to a heap buffer overflow. This could lead to remote information disclosure if the attacker is able to observe the behavior of the subsequent switch conditional with no additional execution privileges needed. User...

5CVSS7AI score0.00413EPSS
SaveExploits0References1
Microsoft Secure
Microsoft Secure
added 2023/12/05 5:0 p.m.41 views

Microsoft Incident Response lessons on preventing cloud identity compromise

Microsoft observed a surge in cyberattacks targeting identities in 2023, with attempted password-based attacks increasing by more than tenfold in the first quarter of 2023 compared to the same period in 2022. Threat actors leverage compromised identities to achieve a significant level of access t...

7.1AI score
SaveExploits0
Microsoft Malware Protection
Microsoft Malware Protection
added 2023/12/05 5:0 p.m.64 views

Microsoft Incident Response lessons on preventing cloud identity compromise

Microsoft observed a surge in cyberattacks targeting identities in 2023, with attempted password-based attacks increasing by more than tenfold in the first quarter of 2023 compared to the same period in 2022. Threat actors leverage compromised identities to achieve a significant level of access t...

7.1AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2023/11/28 3:40 p.m.7 views

kernel: use-after-free due to race condition occurring in dvb_ca_en50221.c

A race condition flaw leading to a use-after-free issue was found in the Linux kernel media subsystem in the DVB CA EN50221 interface of the DVB core device driver. It could occur in the dvbcaen50221release function if there is a disconnect after an open, because of the lack of a waitevent. A loc...

7CVSS6.6AI score0.00252EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.3 views

kernel: dm crypt: add cond_resched() to dmcrypt_write()

In the Linux kernel, the following vulnerability has been resolved: dm crypt: add condresched to dmcryptwrite The loop in dmcryptwrite may be running for unbounded amount of time, thus we need condresched in it. This commit fixes the following warning: 3391.153255 C12 watchdog: BUG: soft lockup -...

5.5CVSS6.2AI score0.00207EPSS
SaveExploits0References5
Code423n4
Code423n4
added 2023/11/13 12:0 a.m.9 views

AuctionDemo::claimAuction() - L105: Logic bug in the conditional statement where the timestamp check should be > instead of >=.

Lines of code Vulnerability details Impact Would enable the winning bidder/bid to be selected WHILE it's still possible to bid higher in the auction. I.e. current comparison logic makes it possible to select auction winner while the auction isnt over yet. there's the risk of the true/valid highes...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2023/11/13 12:0 a.m.10 views

AuctionDemo::claimAuction() - L105: Logic bug in the conditional statement where the timestamp check should be > instead of >=.

Lines of code Vulnerability details Impact Would enable the winning bidder/bid to be selected WHILE it's still possible to bid higher in the auction. I.e. current comparison logic makes it possible to select auction winner while the auction isnt over yet. there's the risk of the true/valid highes...

6.9AI score
SaveExploits0
Malwarebytes
Malwarebytes
added 2023/11/08 8:16 p.m.28 views

Introducing Advanced Device Control: Shielding businesses from USB threats

With experts noting a troubling threefold surge in USB drive malware incidents in early 2023, Device Control has just leveled up with a key addition: the Advanced Auto Scanning & Block Until Scan feature. Heres the breakdown: When a USB device is connected, ThreatDown now doesnt just control...

6.9AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2023/11/08 12:0 a.m.18 views

NewStart CGSL MAIN 6.06 : tar Vulnerability (NS-SA-2023-0135)

The remote NewStart CGSL host, running version MAIN 6.06, has tar packages installed that are affected by a vulnerability: - GNU Tar through 1.34 has a one-byte out-of-bounds read that results in use of uninitialized memory for a conditional jump. Exploitation to change the flow of control has no...

6.6AI score0.04524EPSS
SaveExploits1References3
RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.6 views

kernel: dm crypt: add cond_resched() to dmcrypt_write()

In the Linux kernel, the following vulnerability has been resolved: dm crypt: add condresched to dmcryptwrite The loop in dmcryptwrite may be running for unbounded amount of time, thus we need condresched in it. This commit fixes the following warning: 3391.153255 C12 watchdog: BUG: soft lockup -...

5.5CVSS6.2AI score0.00207EPSS
SaveExploits0References5
Microsoft Secure
Microsoft Secure
added 2023/11/06 5:0 p.m.35 views

Automatic Conditional Access policies in Microsoft Entra streamline identity protection

Extending our commitment to help customers be secure by default, today were announcing the auto-rollout of Microsoft Entra Conditional Access policies that will automatically protect tenants based on risk signals, licensing, and usage. Weve designed these policies based on our deep knowledge of t...

7.2AI score
SaveExploits0
Rows per page
Query Builder