Giter Site home page Giter Site logo

security-bulletins's Issues

IPtables filter may be inefective due to placement

I believe the IP tables rule should be updated with a top insert to ensure that the packet does not get accepted prior to the appended rule and that to further ensure no issues it should be added to the mangle table which is the lead of the stack.

iptables -t mangle -I INPUT -p tcp -m tcpmss --mss 1:500 -j DROP

PATCH_net_1_4.patch - Issue

Hi ,

In PATCH_net_1_4.patch have 5 files modifications/changes.

net/ipv4/tcp_output.c modification lines are not available in following kernel version in Centos.

Kernel versions :-
3.10.0-693.11.6.el7.x86_64
3.10.0-514.26.2.el7.x86_64
3.10.0-327.36.3.el7.x86_64

Not available lines :

@@ -2747,7 +2747,7 @@ static bool tcp_collapse_retrans(struct sock *sk, struct sk_buff *skb)
 		if (next_skb_size <= skb_availroom(skb))
 			skb_copy_bits(next_skb, 0, skb_put(skb, next_skb_size),
 				      next_skb_size);
-		else if (!skb_shift(skb, next_skb, next_skb_size))
+		else if (!tcp_skb_shift(skb, next_skb, 1, next_skb_size))
 			return false;
 	}
 	tcp_highest_sack_replace(sk, next_skb, skb);

Due to this kpatch got failed .Please check and do the needful.

Regards,
Senthil

Credit on 2019-001.md

The page says: "We thank Jonathan Lemon and Alexey Kodanev for helping to improve the Linux patches."

Please amend that to:

"We thank Jonathan Lemon,. Alexey Kodanev and Joao Martins for helping to improve the Linux patches."

Alexey reported the bug. Joao found the solution.

Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.