Lucene search
+L

133 matches found

BDU FSTEC
BDU FSTEC
added 2024/02/13 12:0 a.m.7 views

The vulnerability in the implementation of the HCI driver for Bluetooth on Linux operating systems allows a hacker to cause a service failure.

The vulnerability in the implementation of the HCI driver Bluetooth kernel for the Linux operating system is related to the assignment of a zero pointer in the functions min,maxkeysizeset in the net/bluetooth/hcidebugfs.c module. Exploiting this vulnerability could allow a malicious actor to caus...

5.3CVSS6.5AI score0.00805EPSS
SaveExploits0References17Affected Software2
Code423n4
Code423n4
added 2023/12/21 12:0 a.m.14 views

Bidders can bid at previous auction reserve price by frontrunning the setter transactions

Lines of code Vulnerability details Impact The AuctionHouse.settleCurrentAndCreateNewAuction can frontrun the setter functions such as setCreatorRateBps, setMinCreatorRateBps, setEntropyRateBps, setTimeBuffer, setMinBidIncrementPercentage & setReservePrice. As soon as the current auction ends, an...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/02/28 12:0 a.m.11 views

Upgraded Q -> 2 from #523 [1677626174331]

Judge has assessed an item in Issue 523 as 2 risk. The relevant finding follows: Title Add function for feeRecipient change in MultiRewardEscrow.sol contract Links to affected code Vulnerability details Impact If account feeRecipient would be compromised, or the protocol owner wants from some oth...

7.1AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2023/02/15 6:3 a.m.5 views

SUSE CVE-2009-2469

Mozilla Firefox before 3.0.12 does not properly handle an SVG element that has a property with a watch function and an defineSetter function, which allows remote attackers to cause a denial of service memory corruption and application crash or possibly execute arbitrary code via a crafted documen...

10CVSS8.8AI score0.05557EPSS
SaveExploits1References5
SUSE CVE
SUSE CVE
added 2023/02/15 5:30 a.m.8 views

SUSE CVE-2014-1713

Use-after-free vulnerability in the AttributeSetter function in bindings/templates/attributes.cpp in the bindings in Blink, as used in Google Chrome before 33.0.1750.152 on OS X and Linux and before 33.0.1750.154 on Windows, allows remote attackers to cause a denial of service or possibly have...

7.5CVSS9.6AI score0.02272EPSS
SaveExploits1References5
SUSE CVE
SUSE CVE
added 2023/02/15 5:17 a.m.9 views

SUSE CVE-2015-4495

The PDF reader in Mozilla Firefox before 39.0.3, Firefox ESR 38.x before 38.1.1, and Firefox OS before 2.2 allows remote attackers to bypass the Same Origin Policy, and read arbitrary files or gain privileges, via vectors involving crafted JavaScript code and a native setter, as exploited in the...

8.8CVSS8.9AI score0.68657EPSS
SaveExploits8References13
SUSE CVE
SUSE CVE
added 2023/02/15 5:14 a.m.5 views

SUSE CVE-2015-7222

Integer underflow in the Metadata::setData function in MetaData.cpp in libstagefright in Mozilla Firefox before 43.0 and Firefox ESR 38.x before 38.5 allows remote attackers to execute arbitrary code or cause a denial of service incorrect memory allocation and application crash via an MP4 video...

6.8CVSS8AI score0.04269EPSS
SaveExploits0References9
Openbugbounty
Openbugbounty
added 2023/02/05 4:13 p.m.19 views

pedigree.setter-anglais.fr Cross Site Scripting vulnerability OBB-3180495

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

6.2AI score
SaveExploits0
Code423n4
Code423n4
added 2022/10/10 12:0 a.m.13 views

Requiring Timelock For Setter Functions

Lines of code Vulnerability details Vulnerability Details We noticed that the following owner-privileged setter functions can update important state variables without a time delay. 1. setExecutionDelegate function of the BlurExchange contract L215 - 222 in code snippet 1 2. setPolicyManager...

7.4AI score
SaveExploits0
Code423n4
Code423n4
added 2022/06/02 12:0 a.m.10 views

Add a tme lock to VoterProxy.sol setter function

Lines of code%20external%20%7B,%7D,-function%20deposit Vulnerability details Impact More trust for user functions that are set key/critical variables should be behind a timelock. Proof of Concept%20external%20%7B,%7D,-function%20deposit Tools Used Manuel review Recommended Mitigation Steps Add a...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/05/30 12:0 a.m.16 views

Once-off setter functions can be set multiple times

Lines of code Vulnerability details Impact The once-off setter functions don't use require to limit, resulting in multiple calls. Proof of Concept RewardsDistributor.sol // Once off event on contract initialize function setDepositoraddress depositor external requiremsg.sender == depositor;...

6.9AI score
SaveExploits0
OSV
OSV
added 2022/05/14 1:4 a.m.22 views

GHSA-X3CF-W64X-4CP2 Symfony Path Disclosure

An issue was discovered in Symfony 2.7.x before 2.7.50, 2.8.x before 2.8.49, 3.x before 3.4.20, 4.0.x before 4.0.15, 4.1.x before 4.1.9, and 4.2.x before 4.2.1. When using the scalar type hint string in a setter method e.g. setNamestring $name of a class that's the dataclass of a form, and when a...

5.3CVSS6AI score0.03589EPSS
SaveExploits0References14
Github Security Blog
Github Security Blog
added 2022/05/14 1:4 a.m.29 views

Symfony Path Disclosure

An issue was discovered in Symfony 2.7.x before 2.7.50, 2.8.x before 2.8.49, 3.x before 3.4.20, 4.0.x before 4.0.15, 4.1.x before 4.1.9, and 4.2.x before 4.2.1. When using the scalar type hint string in a setter method e.g. setNamestring $name of a class that's the dataclass of a form, and when a...

5.3CVSS7.2AI score0.03589EPSS
SaveExploits0References14Affected Software2
Code423n4
Code423n4
added 2022/05/05 12:0 a.m.13 views

Missing validations in setter and setPhaseTimes() functions.

Lines of code Vulnerability details Impact Time variable validations daStartTime, mintlistStartTime, publicStartTime, claimsStartTime, selfRefundsStartTime are only done in setPhaseTimes and not even all validations. These validations should be performed: daStartTime block.timestamp...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/03/30 12:0 a.m.9 views

Add a timelock to DiamondCutFacet

Lines of code Vulnerability details Impact To give more trust to users: functions that set key/critical variables should be put behind a timelock. Proof of Concept Tools Used Remix Recommended Mitigation Steps Add a timelock to setter functions of key/critical variables. --- The text was updated...

6.8AI score
SaveExploits0
Veracode
Veracode
added 2021/06/11 2:33 a.m.33 views

Prototype Pollution

set-getter is vulnerable to prototype pollution. An attacker is able to exploit the vulnerability to inject arbitrary properties into existing construct prototypes and modify attributes such as proto, constructor and prototype...

9.8CVSS4AI score0.03299EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2021/05/06 6:26 p.m.46 views

GHSA-JPQ3-XF27-5JF2 Prototype Pollution in safe-object2

All versions of package safe-object2 are vulnerable to Prototype Pollution via the setter function...

9.8CVSS9.5AI score0.01916EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2021/05/06 6:26 p.m.62 views

Prototype Pollution in safe-object2

All versions of package safe-object2 are vulnerable to Prototype Pollution via the setter function...

9.8CVSS8.9AI score0.01916EPSS
SaveExploits1References3Affected Software1
nodejs
nodejs
added 2021/05/06 5:30 p.m.69 views

Prototype Pollution in property-expr

Overview property-expr before 2.0.3 are vulnerable to Prototype Pollution via the setter function. Recommendation Upgrade to version 2.0.3 or later References - CVE - GitHub Advisory...

7.5CVSS5.1AI score0.03376EPSS
SaveExploits1Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/06 5:29 p.m.57 views

Prototype Pollution in property-expr

The package property-expr before 2.0.3 are vulnerable to Prototype Pollution via the setter function...

9.8CVSS8.9AI score0.03376EPSS
SaveExploits1References5Affected Software1
Rows per page
Query Builder